[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: Tue, 19 Jul 2011 19:01:54 -0500

On Jul 19, 2011, at 06:23, david myers wrote:

> Also the file is stored on disk somehow, so I thought I may be able to directly manipulate the access permissions on a directory / file, I just wanted to know if this would work or not. From what I read I understood that this was the case, if however SVN silently 'ignores' these types of permission that is fair enough, I guess the process runs as a super user, which would make sense (most server processes seem to want to have full power over their own process, which seems reasonable).

That's not possible because a Subversion repository is a database; there is not a one-to-one mapping between a file or directory in a repository and a file or directory on your server's hard disk.
Received on 2011-07-20 02:02:33 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.