Fwd: [Fedora-infrastructure-list] New package version control

Hor=?ISO-8859-2?Q?=E1?=k dan at danny.cz
Tue Jul 4 08:46:19 UTC 2006


>Are we talking at cross-purposes or is the Subversion commit hook that 
>can be used for path-based access control for svn+ssh being overlooked here?
>
> From /usr/share/doc/subversion-1.3.2/tools/hook-scripts which is an 
>example config file for the supplied (example, but useful) Perl hook script:
>
>-----------------------------------------------------------------
>[Make everything read-only for all users]
>match   = .*
>access  = read-only
>
>[Make project1 read-write for users Jane and Joe]
>match  = ^(branches|tags|trunk)/project1
>users  = jane joe
>access = read-write
>
>[However, we don't trust Joe with project1's Makefile]
>match  = ^(branches|tags|trunk)/project1/Makefile
>users  = joe
>access = read-only
>-----------------------------------------------------------------

There is also a python hook called svnperms.py also with an example config file which yet more interesting, I think.


              Dan




More information about the fedora-extras-list mailing list