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

Re: svn commit: r28280 - in trunk/subversion: include libsvn_wc svnversion tests/cmdline

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-12-05 22:12:34 CET

On Wed, 05 Dec 2007, David Glasser wrote:
...
> > --- trunk/subversion/libsvn_wc/revision_status.c (original)
> > +++ trunk/subversion/libsvn_wc/revision_status.c Wed Dec 5 11:33:17 2007
> > @@ -63,6 +63,7 @@
> > sb->result->modified |= (status->text_status != svn_wc_status_normal);
> > sb->result->modified |= (status->prop_status != svn_wc_status_normal
> > && status->prop_status != svn_wc_status_none);
> > + sb->result->sparse_checkout |= (status->entry->depth == svn_depth_infinity);
>
> I think this wants to be != . (Do the svnversion tests other than the
> one you added pass? I'd think that this would add the 'P' most of the
> time...)

I ran the tests, and they passed. Not sure what happened, as you're certainly
right. Fixed now.

  • application/pgp-signature attachment: stored
Received on Wed Dec 5 21:11:37 2007

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.