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

Re: svn commit bug over NFS

From: David Glasser <glasser_at_mit.edu>
Date: 2007-03-27 00:22:43 CEST

On 3/26/07, David Glasser <glasser@mit.edu> wrote:
> On 3/26/07, Nelson Elhage <nelhage@mit.edu> wrote:
> > Transmitting file data .svn: Commit failed (details follow):
> > svn: Cannot write to the prototype revision file of transaction '14-1' because a previous representation is currently being written by another process
>
> One question: is the transaction id (14-1) consistent?

Ah, I guess it make sense if it does because from the strace it looks
like it cleans up the entire transaction after it fails.

The key line seems to be:

fcntl64(6, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) =
-1 EACCES (Permission denied)

I know very little about NFS... do you need to specially allow users
to lock files (like in AFS)?

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 27 00:23:13 2007

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.