I am trying to migrate a remote CVS repository to SVN using cvs2svn . Below are the steps i am following
python cvs2svn --dump-only --dumpfile DUMPFILE.dump pathToRemoteCVSrepo
i am getting the following error.
ERROR: The specified CVS repository path 'pathToRemoteCVSrepo' is not an existing directory.
can anyone help on this?