[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 26 Apr 2012 09:50:03 +0200

On Thu, Apr 26, 2012 at 07:44:21AM +0300, Daniel Shahaf wrote:
> stsp_at_apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -0000:
> > 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 == SVN_ERR_REPOS_HOOK_FAILURE ||
> > + serr->apr_err == SVN_ERR_FS_PATH_ALREADY_LOCKED ||
> > + serr->apr_err == SVN_ERR_FS_NO_SUCH_LOCK ||
> > + serr->apr_err == SVN_ERR_FS_LOCK_EXPIRED ||
> > + serr->apr_err == SVN_ERR_FS_BAD_LOCK_TOKEN ||
> > + serr->apr_err == SVN_ERR_FS_OUT_OF_DATE))
>
> .oO ( SVN_ERR_IS_LOCK_ERROR() ? )

Thanks for making this suggestion! r1330690.
Received on 2012-04-26 09:50:40 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.