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

Re: Excluding directories from svn operations

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-13 21:47:36 CET

On 12/13/05, Rich Knox <rich@dreamflying.com> wrote:
> Some version control systems have an option to exclude certain directories
> in the repository from the local working tree. Does subversion have such an
> option? Thanks.

At the moment no, although it has been discussed and many people would
like to see it in the future. One current work around is to have an
empty directory somewhere in your repository, and after users check
out a working copy have them use 'svn switch' to switch directories
they don't need to the empty dir. Of course, this is rather useless
if you have directories that are too big to check out in the first
place, but it can help if all you're looking to do is save some disk
space after that initial checkout.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 13 22:38:36 2005

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.