Re: cvs2svn help

Michael Haggerty <[email protected]> Fri, 04 May 2012 09:36:51 +0200
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 05/04/2012 05:35 AM, Music、JP wrote:
>   when i using cvs2svn, i meet a prolbeam.
>   from the FAQ.i know that             If foo is the only project that you want to convert, then either run cvs2svn like this:            $ cvs2svn --trunk=foo/trunk --branches=foo/branches --tags=foo/tags CVSREPO/foo    but if my cvsroot like this:   cvsroot
>     |-catalog_a
>        |-project_a
>        |-project_b
>     |-catalog_b
>        |-project_c
>        |-project_d
>
> how can i convert a CVSNT repository like this:
>
> svnroot
>    |-catalog_a
>       |-project_a
>          |-trunk
>          |-tags
>          |-branches
>       |-project_b
>          |-trunk
>          |-tags
>          |-branches
>    |-catalog_b
>       |-project_c
>          |-trunk
>          |-tags
>          |-branches
>       |-project_d
>          |-trunk
>          |-tags
>          |-branches

This is called a "multiproject conversion" and is also discussed in the 
FAQ [1].  You have to use an options file to configure such a conversion.

Michael

[1] http://cvs2svn.tigris.org/faq.html#onetoone

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2957544

To unsubscribe from this discussion, e-mail: [[email protected]].