convert exception with django trunk
Paul Moore
p.f.moore at gmail.com
Sun May 25 15:53:58 CDT 2008
2008/5/25 Dov Feldstern <dfeldstern at fastimap.com>:
> The problem I'm talking about is precisely with the incremental conversion. The
> conversion itself in such a case is very quick (seconds), but then convert seems
> to hang. That's what I was complaining about (a full description is in the issue
> I mentioned above).
I do incremental conversions regularly (of the Python svn repository)
and don't have an issue.
However, I have locally cloned the svn repository using svnsync, and
then hg convert from there. So my process goes:
svnsync sync file:///my/local/svn/repo
hg convert file:///my/local/svn/repo /my/hg/clone
Are you doing hg convert on the remote repo directly? FWIW, my svnsync
step takes about a minute, then hg convert takes 15 sec (this was the
latest run, which pulled 50 svn revisions, which resulted in 19 hg
changes - I'm only converting the trunk).
Paul.
More information about the Mercurial
mailing list