Message6392

Author Colin Finck
Recipients
Date 2008-06-23.23:08:54
Content
I'm getting an error about a non-existent URL, when trying to convert the large
ReactOS SVN Repository to Mercurial. See the attached log for more details.
I'm using the command:

  hg convert -s svn --debug "file:///D|/Subversion/reactos" reactos

D:\Subversion\reactos is my svnsyc'ed copy of svn://svn.reactos.org/reactos.

In fact, the URL in the error message doesn't exist in revision 1904. It was
still "file:///D|/Subversion/reactos/trunk/freeldr/freeldr" at that time and
moved to the new URL in revision 12672.
Unfortunately, I also didn't find out, at which revision this problem started.
If I just convert with --rev=12672 or --rev=12673, the conversion runs successfully.
Files
File name Uploaded
hg-convert-log.txt Colin Finck, 2008-06-23.23:08:54
History
Date User Action Args
2008-06-23 23:08:59Colin Fincksetmessageid: <1214262539.78.0.322518698894.issue1197@selenic.com>
2008-06-23 23:08:59Colin Fincklinkissue1197 messages
2008-06-23 23:08:58Colin Finckcreate