Hi,
I have access to a repository that IT has created for me.
http://oursvn_server/mysvn_repo
I have access to the CVS files which can be accessed via
/proj/cvs/
I want to convert all files/directories from /proj/cvs/* to http://oursvn_server/mysvn_repo/*
I can't do this at /proj/cvs/ level and I want to bring the directories in /proj/cvs/* over, one by one.
How is this possible?
cvs2svn -username=myname -s http://oursvn_server/mysvn_repo/dir1 /proj/cvs/dir1
I want to bring everything over, branches, tags ... etc.