RE: Using * in AuthzSVNAccessFile file

2010-05-25 Thread Andrea Antonio Maleci
maggio 2010 4.14 To: Johan Corveleyn Cc: vishwajeet singh; Prakash Velayutham; users@subversion.apache.org Subject: Re: Using * in AuthzSVNAccessFile file You can’t put in arbitrary wildcards, but you don’t have to specify a repository. If you use one project per repository (which I highly

Re: Using * in AuthzSVNAccessFile file

2010-05-24 Thread Sarah George
You can’t put in arbitrary wildcards, but you don’t have to specify a repository. If you use one project per repository (which I highly recommend), then you can just define [/trunk/passwords] *= or similar to set up permissions for the same path in all projects. — Sarah Codesion.com On 21 M

Re: Using * in AuthzSVNAccessFile file

2010-05-21 Thread Johan Corveleyn
On Thu, May 20, 2010 at 10:48 PM, vishwajeet singh wrote: > > > On Fri, May 21, 2010 at 2:16 AM, Prakash Velayutham > wrote: >> >> Hi, >> >> Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. >> >> Like >> >> [repo:/folder1/*/*/bc] >> @group1 = rw >> @group2 = r >> @admin = rw

Re: Using * in AuthzSVNAccessFile file

2010-05-20 Thread vishwajeet singh
On Fri, May 21, 2010 at 2:16 AM, Prakash Velayutham < prakash.velayut...@cchmc.org> wrote: > Hi, > > Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. > > Like > > [repo:/folder1/*/*/bc] > @group1 = rw > @group2 = r > @admin = rw > > Would this work? In the redbook, it only ta

Using * in AuthzSVNAccessFile file

2010-05-20 Thread Prakash Velayutham
Hi, Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. Like [repo:/folder1/*/*/bc] @group1 = rw @group2 = r @admin = rw Would this work? In the redbook, it only talks about using '*' for the user/group portion, not the path. Thanks, Prakash