convert from svn hangs (was: Re: convert exception with django trunk)

Dov Feldstern dfeldstern at fastimap.com
Sun May 25 21:22:26 UTC 2008


Paul Moore wrote:
> 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.
> 

Are you using mercurial 5efd447a9b8d or later?

> 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).
> 

I see the problem both on the local machine on which the svn repo resides, 
accessing through the file:// url, as well as remotely using the svn:// url.

It's possible that the trouble is somehow related to the fact that the trunk I'm 
trying to convert only starts at r139, I don't know.

Does the command I tried using, from the repository I trying to convert, work 
for you?

> Paul.

Thanks for your feedback!
Dov



More information about the Mercurial mailing list