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

Re: svn commit: rev 879 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/tests/libsvn_subr

From: <cmpilato_at_collab.net>
Date: 2002-01-14 21:31:51 CET

Greg Stein <gstein@lyra.org> writes:

> > - if ((style == svn_wc__eol_style_none)
> > - && (! revision) && (! author) && (! date) && (! url))
> > + if ((style == svn_wc__eol_style_none) && (! keywords))
>
> What about the case where keywords is supplied, but the pointers are all
> NULL? Is an app supposed to first check the keywords structure before
> passing it, decide there isn't anything in it, and pass NULL instead? I'd
> say "no" :-) ... which means you could get all NULLs and not want to do any
> translation.

If you get all NULLs, you will, yes, be doing translation, but no
keywords will be expanded/contracted. So, you *effectively* are doing
no translation.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 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.