Re: Make branch read only
From: Jeff Marder <jeff.marder_at_yahoo.com>
Date: 2006-08-11 18:02:20 CEST
You could also use mod_authz_svn if you are using Apache to serve up your repository. It allows you to set per-directory read/write access and is fairly easy to set up. My Apache config file looks something like this:
<Location /svn>
My svn.authz looks something like this:
[groups]
[/]
[/trunk]
[/branches]
[/tags]
In this case administrators have read/write access to the whole repository while developers have read/write to everything except the tags directory which is read-only.
Chapter 6 of the SVN book covers mod_authz_svn. Hope this helps.
Jeff
----- Original Message ----
How can I make a branch read only? Thanks.
paul
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.