> -----Original Message----- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: zondag 14 maart 2010 19:10 > To: Bert Huijben > Cc: dev@subversion.apache.org; phi...@apache.org > Subject: Re: svn commit: r922511 - > /subversion/trunk/subversion/libsvn_client/commit.c > > "Bert Huijben" <b...@qqmail.nl> writes: > > >> New Revision: 922511 > >> > >> URL: http://svn.apache.org/viewvc?rev=922511&view=rev > >> Log: > >> Remove access batons from client commit code. > >> > >> * subversion/libsvn_client/commit.c > >> (struct check_dir_delete_baton): Remove access baton. > >> (check_nonrecursive_dir_delete): Check locks instead of access > >> batons. > >> (svn_client_commit4): Acquire and release locks instead of access > >> batons. > > > > Since this patch the fsfs x svn buildbot reports: > > FAIL: commit_tests.py 27: committing two WCs from different repos > fails > > (The other RA layers don't) > > It works for me. r922867 was dodgy, but r922926 should have fixed it.
http://buildbot.subversion.org/buildbot/waterfall still says that the svn x fsfs build testsuite is broken. (This buildbot uses a recent trunk for checking out the build working copy... that could make a difference for the specific test) Bert