cvs2svn changes for multipath support (Issue 1409)
From: Kim Lester <kim_at_dfusion.com.au>
Date: 2003-09-27 09:01:06 CEST
I have added support for multi-path components into cvs2svn.py.
It isn't a trivial problem because one has to support what amounts
Because I work with many "projects" in on CVS/SVN tree I needed
$CVSROOT/path_to_projects/projectA/
TO
$SVNROOT/trunk/path_to_projects/projectA/
$SVNROOT/branches/path_to_projects/projectA/
$SVNROOT/tags/path_to_projects/projectA/
Recognising that others might need the alternative system
I've implemented that too.
The above would produce in SVN: /a/b/trunk/x/y/blah and similarly for branches and tags
My probable use will be
Note that I need to do one project at a time to prevent common cvs tags from
I'd suggest people use wither --root OR --subroot (ie simple repository layout).
regards
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.