Comment 3 for bug 496468

Revision history for this message
eitanme (eitanme) wrote :

Hi Jelmer,

I've updated to the latest version of bzr-svn [1.0.3dev I believe], and I can still reproduce the error. I actually receive an error on importing/updating my repository three different ways:

1) A "bzr up" in a checkout that used to work fine gives the StopIteration exception I mentioned earlier.

2) A "bzr branch" of the svn repository fails with a different exception: "exceptions.AssertionError: 24 != 80"

3) A "bzr svn-import of the svn repository fails with the same exception as the branch command: "Using repository layout: trunk0 bzr: ERROR: exceptions.AssertionError: 24 != 80"

I'll attach crash files for the three cases in comments below since launchpad doesn't let me upload multiple attachments to the same comment.

Another thing I should mention is that the repository I'm experiencing problems with is public. If you'd like to duplicate the branch and svn-import errors the commands to run are:

1) bzr branch https://code.ros.org/svn/wg-ros-pkg/trunk

2) bzr svn-import https://code.ros.org/svn/wg-ros-pkg/

Hopefully, this helps with tracking things down. Let me know what you think and if I can provide any other useful information.

Thanks a bunch,

Eitan