I don't think locks.c was removed with this commit. Only some code was removed from it.
Bert Sent from Windows Mail From: Ben Reser Sent: Tuesday, January 21, 2014 12:23 AM To: comm...@subversion.apache.org Author: breser Revision: 1551910 Modified property: svn:log Modified: svn:log at Mon Jan 20 23:23:02 2014 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Jan 20 23:23:02 2014 @@ -1,7 +1,7 @@ -In ra serf: decouple the code that implements svn_ra_get_lock() from the code that -implements svn_ra_lock() and svn_ra_unlock(). This fixes a few error messages for -unlikely http response codes for get_lock and allows further refactoring for lock -and unlock. +In ra serf: decouple the code that implements svn_ra_get_lock() from the code +that implements svn_ra_lock() and svn_ra_unlock(). This fixes a few error +messages for unlikely http response codes for get_lock and allows further +refactoring for lock and unlock. * subversion/libsvn_ra_serf/getlock.c New file. Copied from locks.c. @@ -35,3 +35,4 @@ and unlock. (svn_ra_serf__lock): Update caller. * subversion/libsvn_ra_serf/locks.c + Removed file.