On 2/25/14, 11:04 AM, Johannes Michler wrote:
> well the client is asking over and over again and finally gives up:
> C:\Users\jmichler\Desktop\test>svn co 
> https://SERVER/svn/PROJEKTE/KUNDE1/trunk/R12/
> Authentication realm: <https://SERVER:443> PROMATIS Authentifizierung
> Password for 'user1': ********
> Authentication realm: <https://SERVER:443> PROMATIS Authentifizierung
> Username: user1
> Password for 'user1': ********
> Authentication realm: <https://SERVER:443> PROMATIS Authentifizierung
> Username: user1
> Password for 'user1': ********
> svn: E215004: No more credentials or we tried too many times.
> Authentication failed

If you're running httpd 2.4.x you probably want this directive in your
configuration:
AuthzSendForbiddenOnFailure on

http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html#authzsendforbiddenonfailure

Reply via email to