RE: SVN Path Authorization

2010-12-02 Thread Ramesh Nadupalli
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

RE: SVN Path Authorization

2010-12-02 Thread JamieEchlin
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

RE: SVN Path Authorization

2010-12-01 Thread Ramesh Nadupalli
: 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

RE: SVN Path Authorization

2010-12-01 Thread Engebakken Geir
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

RE: SVN Path Authorization

2010-11-30 Thread Engebakken Geir
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