Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
Jon Foster wrote: Hi, Didier Trosset wrote: I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup

How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld, for code reviews) that needs to have an a

Re: How to run post-commit as a backgorund process??

2010-01-07 Thread Didier Trosset
Shalinda Adikari wrote: Hi Team, I’m working on svn mirroring capability and I have following issue when it is used. Once *svnsync* is configured It takes longer time than normal commit. Simply if we can commit a file within 2s without svnsync mirroring , now it takes nearly 6s. Therefore,