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

Re: Can I prevent a file from being modified?

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Sun, 17 Jul 2011 15:35:20 -0500

On Jul 16, 2011, at 15:14, David Myers wrote:

> From what I have read in various places I thing I understand that...
> subversion reflects the unix style permissions on it's subdirectories, in the subversion directory tree.
> If I want to make a specific location 'read only' I need to do this from a new directory, and then files in this directory will acquire the permissions of the parent directory.
> subversion doesn't store the file permissions of a file directly it stores it within the svn:properties

Where did you read this? I don't think any of that is true. Subversion does not store permissions. There is no such thing as "svn:properties". The only permission Subversion can store is a file's execute bit; set the "svn:executable" property to an asterisk ("*") to indicate the file should have the execute bit, or delete that property to indicate it should not.
Received on 2011-07-17 22:36:01 CEST

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.