Export bazaar history to subversion ?

Jan Hudec bulb at ucw.cz
Fri Oct 13 21:31:32 BST 2006


On Wed, Oct 11, 2006 at 05:33:45PM +0900, David Cournapeau wrote:
> I think the problem would be the same, but I may have done something 
> wrong.

It shouldn't. The problem you described is that the transport does not
know how to create the branch. If it already exists, it shouldn't
attempt that.

> How would you create an empty branch to the svn repository ?

svn mkdir <URL>

Note, that svn seems to miss -p option of unix mkdir, so you have to
create the directories one level at a time.

> Anyway, I was not aware of tailor, and it looks like it should do 
> exactly what I am looking for.

Tailor is one-way-only and one-branch-only. Of course you can now use it
to convert the history and than use bzrsvn for further work (so you
don't have to learn subversion and can use all the goodness of bzr
(plain subversion does not even track merges)).

--------------------------------------------------------------------------------
                  				- Jan Hudec `Bulb' <bulb at ucw.cz>




More information about the bazaar mailing list