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

RE: How to ignore a versioned subdirectory within the whole tree during svn update?

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 26 Apr 2012 15:12:36 -0400

> On Thu, Apr 26, 2012 at 1:52 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> > On Thu, Apr 26, 2012 at 08:41:55PM +0200, Stefan Sperling wrote:
> >> svn checkout --depth empty URL
> >> svn ls   (view items that could be here) for each item of interest:
> >>   svn checkout --set-depth infinity item_of_interest
> >
> > Sorry, that last line should say:
> >
> >    svn update --set-depth infinity item_of_interest
>
> If you do that, what happens as new directories are added by others to the
> base? Will this checkout ignore or include them in subsequent updates?

They will be ignored because the depth of your root folder in your WC is "empty".

BOb
Received on 2012-04-26 21:12:18 CEST

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.