[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: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 26 Apr 2012 20:52:36 +0200

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
Received on 2012-04-26 20:53:14 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.