Differences between revisions 1 and 2
Revision 1 as of 2011-04-19 01:30:21
Size: 377
Editor: PhilipJenvey
Comment:
Revision 2 as of 2011-04-19 01:33:19
Size: 788
Editor: PhilipJenvey
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:

After the conversion is complete a couple other things are done:

1. Create a jython-svnmap.txt (maps svn revisions/branch names to hg ids) via jython-svnmap.py
2) Create bookmarks for the fullhistory repo with jython-old-branches.txt jython-svnmap.txt and jython-bmarks2hg.py (believe the final output still needs some fixing to create 'hg book' commands)
3) Finally, dummy merge up the stable branches

Svn to Hg Migration

Not much here to see yet.

The conversion was basically done via:

fix-svn.sh & convert-jython.sh

from: http://bitbucket.org/pjenvey/pymigr

These need to be ran with a modified version of hgsubversion, from here (with all three mq patches applied):

http://bitbucket.org/pjenvey/hgsubversion-jython-conv

After the conversion is complete a couple other things are done:

1. Create a jython-svnmap.txt (maps svn revisions/branch names to hg ids) via jython-svnmap.py 2) Create bookmarks for the fullhistory repo with jython-old-branches.txt jython-svnmap.txt and jython-bmarks2hg.py (believe the final output still needs some fixing to create 'hg book' commands) 3) Finally, dummy merge up the stable branches

SvnToHgMigration (last edited 2011-05-08 03:14:19 by PhilipJenvey)