Re: Repo lay out multiple modules under same tags branches dir
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Jess137 wrote: > Hi, > > I need help with the propers settings to create the desired svn dir > structure. > > I have multiple cvs projects: > pA > pB > pC > > I'd like to convert them into 1 svn with a structure like this: > > rep1/trunk/pA > rep1/trunk/pB > rep1/trunk/pC > > rep1/tags/<tags>/pA/<subdirs>/... > rep1/tags/<tags>/pB/... > rep1/tags/<tags>/pC/... > > rep1/branches/<branchs>/pA/<subdirs>/... > rep1/branches/<branchs>/pB/... > rep1/branches/<branchs>/pC/... > > I don't know how to set properly the file configuration to do that. Could > someone help? Treat them as subdirectories within a single project. So if your CVS repository is laid out like so: /my/cvsrepo/pA /my/cvsrepo/pB /my/cvsrepo/pC then tell cvs2svn to convert the project at "/my/cvsrepo". If there are other subdirectories within /my/cvsrepo that you don't want to convert, then it is easiest to make a copy of the repo, delete the unwanted directories, then convert the copy. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2602636 To unsubscribe from this discussion, e-mail: [[email protected]].