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

Re: checkout structure || subscribe

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-03 16:28:52 CET

On Mar 3, 2006, at 15:57, Lares Moreau wrote:

> 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 st

$ mkdir foo
$ cd foo
$ svn co -N $REPO/foo
$ cd foo
$ svn up -N tags branches
$ svn up trunk branches/branchN

Be aware that the -N option is broken in some ways:

http://subversion.tigris.org/issues/show_bug.cgi?id=695

---------------------------------------------------------------------
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:38:22 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.