First page Back Continue Last page Overview Graphics
Importing a CVS Project (2/2)
Example:
svnadmin create --fs-type fsfs \
/home/jmglov/svnroot/test-cvs-project
cvs2svn --existing-svnrepos \
-s /home/jmglov/svnroot/test-cvs-project \
/data/cvsroot/cvs-project
svn co \
file:///home/jmglov/svnroot/test-cvs-project
Note that cvs2svn creates the proper branches/, tags/, and trunk/ subdirectories automatically!
Notes: