error in converting from svn

Patrick Mézard pmezard at gmail.com
Sun Jan 3 04:50:01 CST 2010


Le 03/01/10 10:35, marco gaddoni a écrit :
> On Sat, Jan 2, 2010 at 19:17, hg user <mercurialuser at gmail.com> wrote:
>>
>> I just updated to 1.4.2 to see if the problem disappeared but it did not....
>>
>> I'm converting a svn project hosted on sourceforge... it took more than 2
>> days to reach this commit that gives error... so if some developer needs to
>> download this repository I can put it somewhere for download.
>>
>> Thank you
>> Francesco
>>
> 
> hello,
> 
> i did try this myself and succeded to convert
> the repository.
> 
> 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)

--
Patrick Mézard


More information about the Mercurial mailing list