error in converting from svn

Patrick Mézard pmezard at gmail.com
Sun Jan 3 10:36:29 CST 2010


Le 03/01/10 15:21, marco gaddoni a écrit :
> On Sun, Jan 3, 2010 at 11:50, Patrick Mézard <pmezard at gmail.com> wrote:
> 
>>> steps:
>>>
>>> 1.
>>> rsync the svn from sourceforge (to avoid loading
>>> their machines and network problems)
>>>
>>>  rsync -av harbour-project.svn.sourceforge.net::svn/harbour-project/* hp
>>>
>>> 2. run a local svn server
>>> svnserve -d -r hp
>>>
>>> 3. convert
>>>  hg convert svn://localhost/ hp-hp
>>
>> You can skip step (2) and do:
>>
>> hg convert file://`pwd`/hp  (assuming PWD is hp parent directory)
>>
> 
> yes, it works even better.
> it is not documented in the help text.

In fact, with not too old hg, you can even do:

$ hg convert hp

--
Patrick Mézard


More information about the Mercurial mailing list