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

Re: svn commit: r17037 - trunk/subversion/libsvn_ra_dav

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-10-26 21:22:58 CEST

On Wed, 26 Oct 2005 rooneg@tigris.org wrote:

> Modified: trunk/subversion/libsvn_ra_dav/log.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_ra_dav/log.c?rev=17037&p1=trunk/subversion/libsvn_ra_dav/log.c&p2=trunk/subversion/libsvn_ra_dav/log.c&r1=17036&r2=17037
> ==============================================================================
> --- trunk/subversion/libsvn_ra_dav/log.c (original)
> +++ trunk/subversion/libsvn_ra_dav/log.c Wed Oct 26 13:21:11 2005
> @@ -73,6 +73,14 @@
> int limit;
> int count;
>
> + /* If we're in backwards compatibility mode for the svn log --limit
> + stuff, we need to be able to bail out while parsing log messages.
> + The way we do that is returning an error to neon, but we need to
> + be able to tell that the error we returned wasn't actually a
> + problem, so if this is TRUE it means we can safely ignore that
> + error and return success. */
> + int limit_compat_bailout;
> +
Why not svn_boolean_t? (Minor stylistic, but anyway...:-)

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 26 21:24:18 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.