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

Re: depth of the operation vs. depth of the WC

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 04 Apr 2008 12:09:57 -0400

Rui, Guo wrote:
>> IMHO, "check out this directory except for this subdirectory" is a
>> reasonable request to make. And it's very easy to implement on the
>> server side; the client side suffers from the general "anything
>> involving the wc is painful" symptom.
>>
>> --dave
> Thanks, Dave.
> This function request does make sense. However, it may be really tricky in
> the client side. There will be no .svn/entries to store the depth value if
> the directory in question does not exist in advance. Current design may have
> to be modified to store a list of excluded sub-directories in the
> .svn/entries of the parent directory.

The .svn/entries file already stores skeletal information about
subdirectories, so you wouldn't be breaking new ground here.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-04-04 18:10:11 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.