[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:43:01 CET

Bill Tutt <billtut@microsoft.com> writes:
> if (descend
> && (kind == svn_node_dir)
> && (strcmp (basename, SVN_WC_ENTRY_THIS_DIR) != 0))
> svn_wc_statuses (statushash, fullpath, descend, pool);
> else
> {
> err = add_status_structure (statushash, fullpath, entry,
> pool);
> if (err) return err;
> }
>
>
> It sure looks like subdirs of D will show up in the return hash to me....
> i.e. if (!descend) then add status to hash

Oh yah, bug. Thanks. :-)

> Well, yeah, I can understand the rational behind not adding the subdirs to
> the hash, but atm you are.

Not for long. :-)

-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.