Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-24 Thread Necati Mercan
Hi, yep indeed this was the first thing I tried. Thanks for all the replies. simply using [myrepo:/foo bar] works. The error was an unnecessary space in the declaration of the user group @G_special_group So a simple typo. Thank you all again. Necati On Wed, Feb 23, 2011 at 6:03 PM, Daniel S

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Ryan Schmidt
On Feb 23, 2011, at 07:12, Necati Mercan wrote: > I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. Please upgrade; 1.4.x and earlier are not supported anymore.

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Daniel Shahaf
Necati Mercan wrote on Wed, Feb 23, 2011 at 14:12:19 +0100: > How do I specify a folder with whitespaces in its name? Tried single > quotes, double quotes, %20 but to be honest it is irritating. Have you tested just [/foo bar] ?

path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Necati Mercan
Hi, if this is an accidental double post, my apologizes. I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was working fine. Users are separated into di