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

RE : checkout structure

From: Philibert Pérusse <pperusse_at_gsmproducts.ca>
Date: 2006-03-03 16:24:41 CET

Well, I guess I have the same issue... And I was wondering the same with the
checkout command. I would still like to get an answer.

However instead I used the SVN update command:

# svn co http://foo/ -N
# cd foo
# svn up -N tags
# svn up -N branches
# svn up trunk
# cd branches
# svn up branchN
# cd ..

As I understand it, performing an update on the root would only update the
directory structure you've got - I mean you would not download all the
branches there!

# svn up

The only issue I have there is if I want to actually get a copy of
everything! The option -R does not work with svn update.. So I can't
perform:

# svn up -R branches

..to get a copy of all branches! Any suggestions?

philibert

-----Message d'origine-----
De : Lares Moreau [mailto:lares.moreau@gmail.com]
Envoyé : 3 mars 2006 09:57
À : users@subversion.tigris.org
Objet : checkout structure || subscribe

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 3 16:31:09 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.