Thanks Jamie. I didn't know it's already available, very useful...
I will take up the rest with you privately.
-Original Message-
From: JamieEchlin [mailto:jamie.ech...@credit-suisse.com]
Sent: Thursday, December 02, 2010 4:24 AM
To: users@subversion.apache.org
Subject: RE
Ramesh Nadupalli wrote:
>
> What are the other characters supported in the apache authorization file
> (AuthzSVNAccessFile)? Any documentation available?
>
> In case if there are any human errors in the authorization file, its
> making
> repository unavailable. Is there a tool/mechanism to c
: SVN Path Authorization
I had the same problem when I set up SVN1.5.x (way back then). Could not
get arounf the fact that users needed R-access to root of repos, so I ended
up with something like the following to prevent users from having R-access
to entire repos.:
[repo:/]
@admin = rw
ush chadha [mailto:ankushchadha2...@yahoo.com]
Sent: 30. november 2010 15:36
To: Engebakken Geir; Joseph Isenberg; users@subversion.apache.org
Subject: Re: SVN Path Authorization
[/]
*=
@Developers=rw
[/trunk/modules/moduleA/tests]
@QA=rw
Here QA group has rw access only to tests folder and nothing else
I had the same problem when I set up SVN1.5.x (way back then). Could not get
arounf the fact that users needed R-access to root of repos, so I ended up with
something like the following to prevent users from having R-access to entire
repos.:
[repo:/]
@admin = rw
*=r
[repo:/projects/Project1