[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

More changes to cvs2svn.

From: Laramie Leavitt <lar_at_leavitt.us>
Date: 2002-11-23 11:06:48 CET

The good news ( I hope ) is that I have modified cvs2svn.py again...
I converted it from a 4 pass algorithm to a 5 pass algorithm.
The fouth pass now generates a file with a series of commands
in it that almost look like shell commands. This file can
be edited or changed before running the 5th pass, if desired.
The file is called cvs2svn-data.commands.

Additionally, the log cvs revision option has been implemented
as --logcvsrevision. Default behavior is to use the old log
message style.

A new option (-q) has been added which stops cvs2svn after pass X.
Example: run pass 2 to pass 4 of cvs2svn:

cvs2svn -p 2 -q 4 ...

The bad news is that I have not tested it thouroughly enough :-)

Happy Hacking.

Laramie.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Nov 23 10:26:12 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.