Well spotted, thanks. I didn't find this as it's a local name (static func), although I did catch a couple of other such cases. Will fix.
- Julian On 12 November 2015 at 16:54, Greg Stein <[email protected]> wrote: > On Thu, Nov 12, 2015 at 2:59 AM, <[email protected]> wrote: >>... >> >> +++ subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c >> Thu Nov 12 08:59:57 2015 >> @@ -679,8 +679,8 @@ write_rev_prop(svn_ra_session_t *ra_sess >> * branch-tracking metadata from the repository into it. >> */ >> static svn_error_t * >> -svn_branch_revision_fetch_info(svn_branch_txn_t **txn_p, >> - svn_branch_repos_t *repos, >> +svn_branch_revision_fetch_info(svn_branch__txn_t **txn_p, > > > Seems you've missed a class of renames. Shouldn't this function name be > renamed, too? > >>... > > Cheers, > -g >

