[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unable to access our SVN server using SVN 1.8 client

From: Ben Reser <ben_at_reser.org>
Date: Tue, 25 Feb 2014 11:36:54 -0800

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
Received on 2014-02-25 20:37:29 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.