Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-26 Thread Stefan Sperling
On Thu, Apr 26, 2012 at 07:45:48AM +0300, Daniel Shahaf wrote: You need: else if (serr) /* do something */ That is there. It is just not visible in the context of the diff.

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-26 Thread Stefan Sperling
On Thu, Apr 26, 2012 at 07:44:21AM +0300, Daniel Shahaf wrote: s...@apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -: Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 - else if (serr serr-apr_err == SVN_ERR_REPOS_HOOK_FAILURE) + else if (serr (serr-apr_err

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-26 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Apr 26, 2012 at 09:43:42 +0200: On Thu, Apr 26, 2012 at 07:45:48AM +0300, Daniel Shahaf wrote: You need: else if (serr) /* do something */ That is there. It is just not visible in the context of the diff. I did check follow-up commits as well

svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-25 Thread stsp
Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 URL: http://svn.apache.org/viewvc?rev=1330571view=rev Log: Follow-up to 1330516: Restore client-side output expected by some tests. Should fix failing tests on the neon-bdb buildbot. * subversion/mod_dav_svn/lock.c

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-25 Thread Daniel Shahaf
s...@apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -: Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 URL: http://svn.apache.org/viewvc?rev=1330571view=rev Log: Follow-up to 1330516: Restore client-side output expected by some tests. Should fix failing tests on

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-25 Thread Daniel Shahaf
s...@apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -: Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 URL: http://svn.apache.org/viewvc?rev=1330571view=rev Log: Follow-up to 1330516: Restore client-side output expected by some tests. Should fix failing tests on