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

Re: svn commit: r1078949 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 8 Mar 2011 14:36:19 -0500

On Mon, Mar 7, 2011 at 16:03, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Mon Mar  7 21:03:26 2011
> New Revision: 1078949
>
> URL: http://svn.apache.org/viewvc?rev=1078949&view=rev
> Log:
> Move the call to determine_repos_info() inside the commit txn in libsvn_wc.
> We want to ensure we are acting on valid data, hence to desire to both
> retrieve, and write data in the same txn.
>
> * subversion/libsvn_wc/wc_db.c
>  (determine_repos_info): Move up in the file (so as to be defined at the right
>    spot).

I'm assuming no changes, right?

In the future, I might suggest using a forward declaration, or put
these large non-functional changes into a separate commit.

Cheers,
-g
Received on 2011-03-08 20:36:51 CET

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.