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

Re: svn commit: r1327490 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 18 Apr 2012 13:00:02 -0400

On Wed, Apr 18, 2012 at 08:51, <rhuijben_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_ra_serf/update.c Wed Apr 18 12:51:52 2012
>...
> @@ -1572,6 +1574,10 @@ start_report(svn_ra_serf__xml_parser_t *
>             _("Missing name attr in delete-entry element"));
>         }
>
> +      rev_str = svn_xml_get_attr_value("rev", attrs);
> +      if (rev_str) /* Not available on older repositories! */
> +        delete_rev = (svn_revnum_t)apr_strtoi64(rev_str, NULL, 0);

I think that should be SVN_STR_TO_REV()
Received on 2012-04-18 19:00:36 CEST

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.