Partial solution to partial-checkout problem?
From: Steve Folly <steve.folly_at_blueyonder.co.uk>
Date: 2005-11-26 13:24:58 CET
Hi,
Like many others using Subversion, our repository is made up of
I wasn't really getting anywhere with trying to workaround the
Our repository isn't *that* big [1] so we could probably live with a
So I thought, well why not tag the whole trunk, but then just delete
For example, the repository is:
trunk/
proj1 needs subproj1 and subproj2, whereas proj2 needs subproj1,
To release proj1 I need to:
svn copy <repo>/trunk <repo>/tags/proj1-1.0
And likewise to release proj2 I need to:
svn copy <repo>/trunk <repo>/tags/proj2-1.0
This seems to be a nice compromise, but will it really work in
Thanks.
[1] yeah, I know - not *that* big _at the moment_ !!
-- Regards, Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Nov 26 13:44:21 2005 |
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.