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.


Reply via email to