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

Re: svn commit: r31114 - in branches/1.5.x: . subversion/libsvn_ra_serf

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: Mon, 12 May 2008 13:25:33 -0700

On Fri, 09 May 2008, hwright_at_tigris.org wrote:
...
> --- branches/1.5.x/subversion/libsvn_ra_serf/serf.c Fri May 9 07:43:32 2008 (r31113)
> +++ branches/1.5.x/subversion/libsvn_ra_serf/serf.c Fri May 9 07:47:36 2008 (r31114)
> @@ -1022,6 +1022,11 @@ svn_ra_serf__get_dir(svn_ra_session_t *r
> session, session->conns[0],
> path, pool));
>
> + /* If we don't have the latest revision, we have to fetch it. */
> + if (!SVN_IS_VALID_REVNUM(revision)) {
> + SVN_ERR(svn_ra_serf__get_latest_revnum(ra_session, &revision, pool));
> + }
> +

Inconsistent formatting. Fixed on trunk in r31143.

  • application/pgp-signature attachment: stored
Received on 2008-05-12 22:25:57 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.