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

Re: AW: SQLite locking for WCNG on NFS

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 22 Feb 2012 14:32:34 +0000

Mark Phippard <markphip_at_gmail.com> writes:

> Just to clarify. I had two Terminal windows open. In one of them, I
> was in the /branches/2.3.x folder and ran svn up.
>
> In the other, I was in the /trunk folder and ran svn up. This is the
> one that failed and the error message said:
>
> svn: E155004: Working copy '/Users/markphip/work/svnedge' locked.
> subversion/libsvn_wc/wc_db.c:10690: (apr_err=155004)
> svn: E155004: '/Users/markphip/work/svnedge/branches' is already locked.
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
>
> Why did it lock the folder above /branches if /branches is the parent
> of what I was updating?

Locks in 1.7 are recursive by default, which means that when the /trunk
update attempts to lock / it ties to get a recursive lock that includes
/branches and thus fails. I suppose wc could improve concurrency by
getting update to take two locks, a non-recursive lock on parent and a
recursive lock on the target.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2012-02-22 15:33:19 CET

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.