cvs2svn –dumpfile=a_dump_file_name.dump –trunk=name_for_trunk –trunk-only path_to_CVS_repo/needed_project
Where –trunk=name_for_trunk means the name of trunk needed instead of having directory named ‘trunk’, It was my project name for me and I used –trunkonly since I have no use of branch or tags. and path_to_CVS_repo/needed_project is the path to myproject on CVS directory structure.
2. Load the created svn dump using svnadmin load command to an existing svn repo:
svnadmin load /SVN < itilnewdump1.dump
/SVN is the existing svn repo path, it not url its directory path!
Retweet this post