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

Re: CVS update: subversion/subversion/include svn_client.h svn_wc .h

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-01-08 22:23:12 CET

Bill Tutt <billtut@microsoft.com> writes:
> Err. The status hash includes their names too... It's the hash key. So I
> guess I'm still not sure what Greg was wondering.

The point is that, if you call svn_wc_statuses() on directory D with
descend==0, then subdirs of D won't even show up in the return hash
because we can't say anything useful about their status. We're not
descending into them, after all.

(Getting statuses is different from getting entries.)

> Wrt finding SVN subdirectories to recurse into:
> WinSVN is doing something like:
> * Acquire list of subdirectories from the normal channels.
> * Call check_wc() for each of those directories.
>
> Is there any reason I should do something different?

No (well, it depends what you're trying to do). I don't think Greg
detected anything wrong about what WinSVN is doing, he just had a
general about the status interface.

-K
Received on Sat Oct 21 14:36:19 2006

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.