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

Re: Prevent checkout of some dirs, different for each developer?

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-08-12 19:39:58 CEST

Chris Shenton wrote:
> Some of our developers don't want to pull down certain subdirs (e.g.,
> test/) when they checkout a project. Other developers do want these
> dirs. I didn't see anything in the book online about svn:ignore or
> the runtime configuration which would allow you do prevent downloading
> certain dirs no a per-developer basis.
>
> Perhaps I've missed something. Any suggestions?

Nonrecursive checkout/update kind-of-works in subversion.
What we do here is check out the top-level directory
nonrecursively ("svn checkout -N <url>") and then use
"svn update -N on every subdir we want.

If there is a better way, I'd be interested to know.

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 19:43:06 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.