On Wed, 2005-10-19 at 12:16 -0700, Steve Kargl wrote: > On Wed, Oct 19, 2005 at 08:59:36PM +0200, Tobias Schl?ter wrote:
> OK, I'll go read about svk. I scanned the svn docs for an > --exclude-dir= option or .svnrc file where excluding directories > could be done. So far, I've come up empty. I don't build nor > work in the ada, java, and C++ directories. It would be great > if we could tell svn to ignore certain directories to recover > wasted space. You could simply do non-recursive checkouts (svn co -N) of the dirs you want. SVN doesn't care how you piece together the working copy. --Dan