Fw: hg convert chrash
BogDan
bog_dan_ro at yahoo.com
Thu Jul 15 10:06:01 UTC 2010
----- Forwarded Message ----
From: BogDan <bog_dan_ro at yahoo.com>
To: Martin Geisler <mg at lazybytes.net>
Sent: Thu, July 15, 2010 5:02:26 PM
Subject: Re: hg convert chrash
I tried again and it worked.
Thank you.
BogDan.
----- Original Message ----
From: Martin Geisler <mg at lazybytes.net>
To: BogDan <bog_dan_ro at yahoo.com>
Cc: mercurial at selenic.com
Sent: Thu, July 15, 2010 4:24:07 PM
Subject: Re: hg convert chrash
BogDan <bog_dan_ro at yahoo.com> writes:
> Hello,
>
> I try to convert my svn project to mercurial, but every time it crashing.
> I'm using debian sid for i386.
>
> $ hg convert http://exaro.googlecode.com/svn exaro
> initializing destination exaro repository
> scanning source...
> sorting...
> converting...
> 312 Initial directory structure.
> 311
> 310 initial import
> transaction abort!
> rollback completed
[...]
> info = svn.ra.get_file(self.ra, file, revnum, io)
> File "/usr/lib/pymodules/python2.6/libsvn/ra.py", line 599, in
>svn_ra_get_file
> return _ra.svn_ra_get_file(*args)
> svn.core.SubversionException: ("Server sent unexpected return value (502 Bad
> Gateway) in response to PROPFIND request for '/svn/trunk/trunk/plugins'",
>175002
I read this as "the server does no longer want to talk to us".
When converting from Subversion, it is recommended that you obtain a
copy of the repository using svnsync. You can then convert this local
repository.
The advantage of this approach is that it's much faster to convert a
local repository and you will appreciate this if you begin experimenting
with different option to the conversion (branch maps and author maps).
--
Martin Geisler
Mercurial links: http://mercurial.ch/
More information about the Mercurial
mailing list