[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: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 26 Apr 2012 13:59:09 -0500

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?

-- 
  Les Mikesell
    lesmikesell_at_gmail.com
Received on 2012-04-26 20:59:40 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.