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

Re: Read-only files?

From: Kjell H Andersen <kha-svn_at_lentic.net>
Date: 2005-12-19 11:26:31 CET

Bruce Webber wrote:
> --Kjell H Andersen <kha-svn@lentic.net> wrote:
>
>> That's actually only half the truth.
>> By setting svn:needs-lock, the files will be read only when you check
>> them out. If you acquire a lock, the file will be read enabled. However,
>> if a user decides to make the file writable by using chmod +w (or
>> unchecking the Read only tick in Windows), there is nothing that
>> prevents
>> him from editing the file and then committing it.
>
> If someone has locked the file, no one else will be able to commit it.
> Changing the read-only property of the file in the working copy does
> not circumvent this.
>

This is true, but if no one else has acquired a lock, there is nothing
that prevents me from making the file writable and then committing it.
The locking isn't strongly enforced by the system in a way that prevents
me from editing the file unless I lock it. The problem arise when I
start to edit the file without locking it, and then someone else locks
the file before I commit.

>
>
>> I would suggest some kind of clever hook script similar to the one that
>> prevents tags from being edited.
>
> Another possibility is to make changes in the auto-props section of
> the Subversion configuration file on each PC. There you can specify
> that files with certain extensions will have the needs-lock property
> set whenever they are added to Subversion. The drawback here is that
> it has to be done on each client.

I have done that at my company, but still, there are some applications
that don't care too much about a read only file property and let the
user edit the file anyway. The svn:needs-lock is not a secure way of
preventing bad things from happening unless the users are fairly well
disciplined.

Kjell

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 11:39:01 2005

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.