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

Re: Read-only tags (Was: Accessing different revs via Apache?)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-10 18:22:43 CEST

Jeff Stuart <jstuart@computer-city.net> writes:

> Oh, I agree that RELYING on humans will eventually fail. :) And I'd LOVE
> to see if you could somehow mark a directory read only or restrict write
> access to just a few people...

So do it. It's not that hard. If your repository is laid out like

 /trunk/
 /branches/
 /tags/

Then write a pre-commit script (or use our existing perl one) to
create a behavior that allows adding new dirents to /tags, but
disallows any writes within /tags/*/.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 10 18:24:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.