I have an existing SVN repository on a Linux machine as /conf /db /hooks /locks format readme.txt
which looks the following after checking out.
MainRepo
-trunk
-branches
-tags
I want to do a few CVS to SVN conversions using cvs2svn and retain history and place the new repositories (ProjectA, ProjectB etc) under MainRepo
as...
| MainRepo
-trunk
-branches
-tags
| SubRepo
| ProjectA
-trunk
-branches
-tags
| ProjectB
How can I do this ? I have already created the sub-folders /SubRepo/ProjectA using svn mkdir
.
How to place the converted repo under them ?
Have you tried setting "trunk_path" (under "run_options.add_project") in the config file?