Re: Multiple projects conversions with tags/branches-path-style like commandline default operation
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 03/27/2011 11:05 PM, Manuel Hartl wrote:
> i want to convert multiple cvs repos to one svn repo having the
> following style:
>
> trunk/proj_a
> trunk/proj_b
> ..
> branches/<branchname>/proj_a
> branches/<branchname>/proj_b
> ...
> tags/<branchname>/proj_a
> tags/<branchname>/proj_b
> ...
Then as far as cvs2svn is concerned, you have a single project, and
proj_a and proj_b are subdirectories within that project. Pass the path
containing proj_a and proj_b to cvs2svn as the project path.
> So how can i specify this in branches_path and tags_path?
The default
trunk_path='trunk',
branches_path='branches',
tags_path='tags',
will do what you want.
Michael
--
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2714671
To unsubscribe from this discussion, e-mail: [[email protected]].