Converting Wave in a Box project from Hg to SVN using hg convert

Mads Kiilerich mads at kiilerich.com
Tue Sep 6 23:15:05 UTC 2011


Yuri Z wrote, On 09/06/2011 08:21 PM:
> Hello.
> The Wave in a Box project has to convert to SVN from Hg in order to 
> complete the transition to the Apache infrastructure (they don't have 
> support for Mercurial).

[/me suppresses lots of very good and helpful advices ... and some less 
useful comments ...]

> We are trying to use the hg convert extension for this, but 
> encountered some issues.
>
> I tried the following command
> hg convert --debug --traceback --dest-type svn wiab-hg wiab-svn
>
> Which results in the error specified below. It would be really great 
> if someone would help us to solve the issue.
> The Mercurial version is 1.9.2

> scanning: 924 revisions
> scanning: 925 revisions
> sorting...
> converting...
> 924 Remove org/waveprotocol/wave/model/document/operation/debug
> source: 3e028459322582ffc7ffc2cb48fa3c3649ae9593
> converting: 0/925 revisions (0.00%)
> getting files: 
> src/org/waveprotocol/wave/model/document/operation/debug/RandomDocOpGenerator.java 
> 1/2 (50.00%)
> getting files: 
> src/org/waveprotocol/wave/model/document/operation/debug/RandomProviderImpl.java 
> 2/2 (100.00%)
> running: 'svn' 'delete' 
> 'src/org/waveprotocol/wave/model/document/operation/debug/RandomDocOpGenerator.java' 
> 'src/org/w
> veprotocol/wave/model/document/operation/debug/RandomProviderImpl.java' < 
> /dev/null
> svn: 'src/org/waveprotocol/wave/model/document/operation/debug' is not 
> a working copy
> run hg source post-conversion action

> abort: svn exited with status 256

Do 'hg verify' on the source repo report anything?

Do a conversion from hg to hg succeed?

/Mads



More information about the Mercurial mailing list