mercurial convert crash

Patrick Mézard pmezard at gmail.com
Fri Mar 14 18:57:26 CDT 2008


Neal Becker a écrit :
>  hg convert http://svn.scipy.org/svn/numpy/trunk

[...]

>   File "/usr/lib64/python2.5/site-packages/hgext/convert/subversion.py", line 121, in __iter__
>     raise SubversionException("child raised exception", entry)
> libsvn._core.SubversionException: ('child raised exception', 175007)

I can reproduce it but not write a test case for it yet.

In the meantime, you can work around this with dev hg version using:

hg convert --config convert.svn.branches= --config convert.svn.tags= http://svn.scipy.org/svn/numpy

It passes the scan phase, I stopped it afterwards for the remote conversion is really slow.

--
Patrick Mézard


More information about the Mercurial-devel mailing list