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

Re: disallowing /tags/ changes

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2005-04-19 17:22:52 CEST

Robin Becker wrote:

> I want to write a pre-commit script to prevent cleints commiting
> changes to my tag folders. The trouble is I don't actually know what
> changes etc I should be looking for. My primitive script works for
> some obvious cases, but seems over-restrictive.
>
> Has anyone else already thought of and solved this problem?

First off, are you using Apache or svnserve? If Apache, this would be
better solved using AuthzSVNAccessFile to make /tags read-only to all,
and writable by only select users.

http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 19 17:39:48 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.