Re: how to suppress creation of trunk/tags/branches directories on checkout?
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 10/18/2010 10:11 PM, Reza Naima wrote:
> I exported a cvs to svn (-s) and then tried checking it out. the
> checked out version created a trunk,tags,branches directory. what do i
> need to do to just get it to generate the contents of the trunk when i
> check it out and allow me to use other options to check out a specific
> branch if needed? When i've manually created svn repositories, i only
> see the trunk files when i do a checkout. Or is that just a fact of how
> cvs2svn creates the repositories? If so, are there other tools that I
> can use to get the behavior i'm interested in?
The standard layout of a Subversion repository is described in the
Subversion book [1]. If your main repository is at $URL, then you can
check out trunk by typing
svn co $URL/trunk
It is possible to ask cvs2svn to create another repository layout (even
one that does not have a separate trunk directory), but I highly
recommend that you stick to one of the standard layouts.
Michael
[1]
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout
--
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2673316
To unsubscribe from this discussion, e-mail: [[email protected]].