Comment 10 for bug 438531

Revision history for this message
Ted Gould (ted) wrote : Re: [Bug 438531] Re: Imported SVN repo differs from upstream repo

On Tue, 2009-09-29 at 19:53 +0000, Jelmer Vernooij wrote:
> Such an option to svn-import has been proposed in the past. Since the
> file ids in such a conversion would be different though, it would mean
> that the resulting revision ids would have to be different as well. This
> basically means that you wouldn't be able to mix such a "slow branch"
> with other bzr-svn operations. I.e. it would be useful for one-time
> conversions but not for other uses of bzr-svn.

Yes, that's why it should probably be an option. But I'm for something
scary like "--one-way" ;) It works for my use-case today, but I could
understand it not being for everyone.

> It seems to me like it would make more sense for "bzr diff" to not care
> about file ids in this particular situation and work based on paths
> rather than on file ids if that makes more sense.

I don't like this option because I think that it breaks down the strong
file concept of bazaar. File IDs and ID tracking is something I do like
in Bazaar and if diff hid that I think it would make things more complex
for understanding what's going on.