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

RE: Making tags read-only

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-12-27 21:14:57 CET

Andy,

you need the pre-commit script yes, the syntax you use is not
possibly. ( or does not give the result you expect )

Do you know how to write the pre-commit script? Check this thread:
http://svn.haxx.se/users/archive-2005-06/1503.shtml

it contains an example script in Perl ( not written by me, I just
googled the mailing list ).

regards,

Lieven.

> -----Original Message-----
> From: Andy Levy [mailto:andy.levy@gmail.com]
> Sent: dinsdag 27 december 2005 20:33
> To: Subversion Users
> Subject: Making tags read-only
>
> Is it possible to (using per-directory access permissions - SVN via
> Apache) to allow tags to be created, but not changed after the fact?
> My initial thought was to set up my AuthzSVNAccessFile thusly:
>
> [Production:/Projects/appname/tags]
> @repos_admins = rw
>
> [Production:/Projects/appname/tags/*]
> @repos_admins = r
>
> But I don't think that'll work (I haven't tried yet).
>
> Basically I'm looking to allow a select group of users to
> create a tag, but then not allow anyone to change it after the fact.
>
> Would I be better off with a pre-commit hook script instead?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.7/214 - Release
> Date: 23/12/2005
>
>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 23/12/2005
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 27 21:23:06 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.