Differences between revisions 1 and 2
Revision 1 as of 2007-12-12 17:07:53
Size: 602
Comment:
Revision 2 as of 2008-01-19 13:58:09
Size: 628
Editor: abuehl
Comment: cat
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
----
CategoryConversion

make a copy of your cvs repository (not a checkout, but a copy)

cp cvsroot tmpdir

checkout the copy, cd into the checkout

TZ=UTC cvsps -u -A -q > ../cvsps.dump

cd ..

TZ=UTC hg-cvs-import cvsroot cvsmodule hg-rep mapfile < cvsps.dump

module is the cvs module (ie cvs checkout module)

mapfile should be empty the first time the import is run. It records a

mapping of hg csets to cvsps commits

As your cvs repo updates, you can run cvsps again and then run the

importer again to update. As long as you use the same mapfile, it will

pick up where it left off last time.


CategoryConversion

InstructionsforHgcvsimport (last edited 2012-05-13 09:56:58 by 62)