Comment 1 for bug 307611

Revision history for this message
Christoph Neumann (enigma2a) wrote :

Oh...I forgot to mention, with bzr-svn 0.4.16, I can do the following with *no* errors at all:
bzr push -r 1 -v --overwrite svn+http://localhost/svn/test/trunk/gui

After that, I can using a regular push to get some more revisions in the tree, which works for a while, but then segfaults:
bzr push -v svn+http://localhost/svn/test/trunk/gui
The svn+ syntax is deprecated, use http://localhost/svn/test/trunk/gui instead.
/ [======== ] pushing revisions 25/385Segmentation fault

If I repeatedly push (after a total of 5 segfaults), I can get eventually get all the revisions into the new svn repo.