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

Re: Restricted directory causes checkout to abort

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-12 21:54:53 CEST

Doug Dicks <dwd-l@revelanttech.com> writes:

> So, is this a bug, a feature request, or am I just missing how to
> configure Subversion correctly?

Subversion versions directories, so it expects to have "complete"
directories all the time. We've not yet built in any sort of support
for maintaining "partial" trees.

Well, really, we have partial-directory support only in the sense
that the working copy *knows* when portions of a tree are missing.
Unfortunately, the working copy considers this to be a "broken" tree
in need of repair by 'svn update'.

Independent of the question "will this design ever change?", you can
work around it by simply Not Doing That. In other words, don't nest
restricted trees within non-restricted trees. Keep them separate.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 12 21:55:44 2003

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.