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

Re: locking question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-05-24 17:05:48 CEST

On 5/24/07, Jo De Troy <jo.de.troy@gmail.com> wrote:
> Hello,
>
> I'm trying to lock a file in a subversion 1.4.3 server repository, the
> locking works. At least whn I look at the status of the file it says it's
> locked.
> But when I to look at the status of the locked file from another machine I
> do not see that the file is locked, is that what's supposed to happen?
> Is it possible to have a locked file be put to read-only when another user
> checks out the code after the file was locked?

Do you have svn:needs-lock set on those files? If you do, they should
be read-only until you lock them.

svn status only checks the *local* status of the WC. If you want to
check for other people having locks on files in your working copy, you
need to use svn status -u, which will poll the server for lock info.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 24 17:06:13 2007

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.