On Mon, Mar 7, 2011 at 16:03, <hwri...@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