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

Re: svn: Can't get exclusive lock on file write-lock

From: Jehan PROCACCIA <Jehan.Procaccia_at_int-evry.fr>
Date: 2006-10-20 13:40:55 CEST

jehan procaccia wrote:
> I am trying to give in each users homedir an svn subdir. the svn
> server mounts homedir through NFS, and as mentioned from the FAQ
> http://subversion.tigris.org/faq.html#nfs I did use FSFS svn repos
> format !
> Howerver when importing my first projet I cant this error:
>
> $ svn import ./testsvn/ -m "import initial de testsvn"
> svn+ssh://svn@share.int-evry.fr/mci/mci/procacci/repos/
> svn: Can't get exclusive lock on file
> '/mci/mci/procacci/repos/db/write-lock': Resource temporarily unavailable
>
> Now write-lock is owned by svn "superuser" (the one that spawned the
> svnserve process through its ssh authorized_keys file containing for
> each users somthing like: command="svnserve -t --tunnel-user=procacci"
> ) and I fiexed the group to the group of procacci user (mci) who has
> also write access to the file
> [root@share /mci/mci/procacci/repos/db]
> $ ls -l write-lock
> -rw-rw-r-- 1 svn mci 0 oct 19 23:28 write-lock
>
> what is wrong ? , perhaps lockd and/or statd ? on the nfs server ? ,
> or on client side ? something else ?
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
I found the solution, that was simply a lack of lockd portmap running on
the nfs server !

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 20 13:41:10 2006

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

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