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

Re: Question on checking out multiple projects

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 15 Mar 2012 15:26:57 +0100

On Thu, Mar 15, 2012 at 05:40:23PM +0400, Konstantin Kolinko wrote:
> 1) do "svn co --depth immediates" for the repository root
> 2) and follow it by "svn up --set-depth" for the subfolders that you
> are interested in.

You can also use --depth empty in the first command to avoid having
all immediate children in the working copy.

An "svn update --set-depth infinity foo" of a child directory 'foo'
will still work. You'll just need know the name of the child. You can see
the list of children with 'svn ls' even in a depth=empty checkout.

See also the entry in the 1.7 release notes which talks about the new
"svn up --parents" option that makes pulling in children of children
a little easier: http://subversion.apache.org/docs/release-notes/1.7.html#update-parents
Received on 2012-03-15 15:27:39 CET

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.