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

Re: Crash with 'svn st -u' and Version 1.3 (1.3.x branch)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-10-18 21:43:26 CEST

Daniel Rall <dlr@finemaltcoding.com> writes:

>> Does your patch change the behaviour, i.e. it's now NULL for some
>> other reason?
>
> No, the behavior should be identical; the field is initialized to NULL,
> indicating that it is *not* out of date.

> - /** Set to the user name of the youngest commit, or @c NULL if out
> - * of date.
> + /** Set to the user name of the youngest commit, or @c NULL if not
> + * out of date.
> * @since New in 1.3
> */
> const char *ood_last_cmt_author;

That seems to imply that NULL is a reliable indication of the item not
being out of date, but it may also happen if svn:author is missing and
the item is out of date. I think ood_last_cmt_rev won't have this
problem, callers should be using that to determine whether items are
out of date.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 18 21:44:14 2005

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.