Re: Keeping tags/ and branches/ in the "trunk"
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Mon, 25 Jan 2010 17:10:04 -0600
On Jan 25, 2010, at 07:25, trans wrote:
> Is it possible to keep tags/ and branches/ in the trunk/ so as not to
I'm going to go with a firm "no" on this one. Do not attempt to do this. Instead, follow the standard layout.
In your scheme, not only, as you've noticed, would checking out the trunk also check out all branches and all tags, which would be wasteful, it also prevents you from using the usual way to create tags, i.e. copying the trunk to the branches or tags directory -- in your scheme, you can't do this, because you can't copy a directory into itself.
$ svn cp trunk trunk/branches/foo
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.