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:41:55 +0200
On Thu, Apr 26, 2012 at 11:15:12AM -0700, frame wrote:
Use the 'sparse checkout' feature.
svn update --set-depth exclude dir_big_and_un_related_to_me
> The whole tree has been checked out to my local area.
When getting a fresh checkout you might want to something like this:
svn checkout --depth empty URL
For more information, see:
|
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.