First page Back Continue Last page Overview Graphics
Importing a CVS Project (1/2)
-
Basic usage:
cvs2svn -s <svn_repos> <cvs_repos>
Always run the first time with the --dry-run flag, which just simulates the conversion
You do not need to create the repository first, as cvs2svn will do so for you; however, if you want a repository with an FSFS data store, you must create it first and pass the --existing-svnrepos flag to cvs2svn
Notes: