More partial checkout woes
From: Steve Folly <steve.folly_at_blueyonder.co.uk>
Date: 2005-11-11 00:10:01 CET
Hi,
I've given up on trying to use svn:externals to mimic partial
However, I'm now looking at non-recursive checkouts and updates to
Consider the following simple repository structure:
trunk/
I want a working copy with just dira, dirb and dire:
svn -N co svn://svn.example.com/ wc
So far so good. So I do some commits and now want to create a tag
Looking at the 4 svn copy possibilities:
URL -> URL : Not useful, since that will include dirc and dird in the
WC -> URL: immediately commit a copy of WC to URL
$ cd wc
Committed revision 31.
Unfortunately, includes trunk/dirc and trunk/dird in tags/1.0
WC -> WC: copy and schedule for addition (with history)
$ cd wc
Committed revision 32.
This would appear to be the best solution. And, indeed it does only
$ svn co svn://svn.example.com/tags/1.0
We see that suddenly dirc and dird have crept in. How did that happen?
Is it just that I'm not fully understanding Subversion? Thanks for
(BTW, this is using 1.2.3 on Mac OS X).
-- Regards, Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Nov 11 00:12:09 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.