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

Re: [PATCH][1.4.x!] Fix slew of blame issues

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-06-12 16:44:26 CEST

On 6/12/06, Erik Huelsmann <ehuels@gmail.com> wrote:

> --- subversion/include/svn_client.h (revision 20039)
> +++ subversion/include/svn_client.h (working copy)
> @@ -480,6 +480,9 @@
> *
> * @note If there is no blame information for this line, @a revision will be
> * invalid and @a author and @a date will be NULL.
> + *
> + * @note New in 1.4 is that the line is defined to contain only the line
> + * content (and no [partial] eols; which was undefined in older versions)

It might be good to clarify that this means that if you use this
callback with newer versions of svn_client_blame you get the new
behavior, otherwise you get the old behavior. I wasn't entirely clear
on that until I saw the compat code in the patch.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 12 16:45:19 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.