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

Re: svn commit: r8839 - trunk/subversion/libsvn_client

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-27 00:38:47 CET

Philip Martin <philip@codematters.co.uk> writes:

> > + if (keywords_val)
> > + SVN_ERR (svn_subst_build_keywords (&keywords, keywords_val->data,
> > + "-1", "", 0, "", pool));
>
> The "-1" looks very odd, how about APR_STRINGIFY(SVN_INVALID_REVNUM)?

Ooh! I was looking for something like that. Thanks.

> The documentation for svn_subst_build_keywords states that NULL
> indicates information not present, perhaps those "" should be NULL?
> Looking at the implementation I see that a NULL revision isn't
> supported, should the documentation or the implementation change?

Implementation, I'd say.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 27 00:38:49 2004

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.