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

Files with "needs-lock" property are not read-only

From: <tereddy_at_gmail.com>
Date: 2006-11-13 03:35:38 CET

Hi,
Files on which I have set the property "needs-lock" are not read-only.
Here are some examples of commands I have run:

% svn propset svn:needs-lock "*" filename
property 'svn:needs-lock' set on 'filename'
% svn propget svn:needs-lock filename
*
% ls -l filename
-rw------- 1 user group 10 ..... filename

When I commit the change and update from a working copy on another machine,
I see the following:
 % svn propget svn:needs-lock filename
*
% ls -l filename
-rw------- 1 user group 10 ..... filename

I don't understand why my files are still writable without being locked.
Any help is greatly appreciated.
Received on Mon Nov 13 03:36:23 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.