I would like to take a dump of a CVS repository alone. Please suggest me if i can use cvs2svn tool to take a dump of whole CVS repository with complete History.
If i'm using cvs2svn, what steps should i follow?
Assuming if i have cvs2svn installed, cvs2svn --dumpfile=PROJECT.dump PATH/TO/CVS/REPOSITORY Does this command help in taking a dump for whole repository with complete history of revision.
Note: Here i would like to take dump of CVS repo, i will be loading this repo in another CVS repos.
Kindly point me out if there is an existing topic of this. Any help would be appreciated.
Thanks.