I need to migrate CVS repo to SVN repo. I have cvs2svn installed on CVS server. Can I run cvs2svn tool directly on the CVS repo path which is in live. The FAQ in URL "http://cvs2svn.tigris.org/faq.html#oneatatime" says that I need to run on a work on copy of my repositry. Is that I have copy the cvsroot directory path to some/backup_dir and run on backup_dir or I have to run on checkout copy?
What if I don't want to convert all of my projects at once? "Remember to make a backup before starting. Never run cvs2svn on a live CVS repository--always work on a copy of your repository."
Please suggest, i am working on a migration.