[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

checkout structure || subscribe

From: Lares Moreau <lares.moreau_at_gmail.com>
Date: 2006-03-03 15:57:12 CET

In a typical tree, is it possible to checkout a a series of tags,
branches and the trunk, selectively, while keeping the 'root' control of
the tree?

example of what I want to do:

# svn co http://foo/ -N
# cd foo
# svn co http://foo/tags -N
# svn co http://foo/branches -N
# svn co http://foo/trunk
# cd branches
# svn co http://foo/branches/branchN
# cd ..
# svn up
 - Have this step update the entire structure that I have "subscribed"
to.

svn:externals can be used, but it is not external.
svn:ignore can be used and not committed, it's a Hack.

Have I missed a feature?

-Lares

-- 
Lares Moreau <lares.moreau_at_gmail.com>  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net                 |               ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |          Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E

Received on Fri Mar 3 15:58:50 2006

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.