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

Commit from eclipse failed

From: Harry van Rijn <harry_at_raceeend-2.demon.nl>
Date: Fri, 16 Aug 2013 20:32:10 +0200

I have installed subclipes on eclipse (kepler).
Subclipse is installed.

I can connect to a repository on a remote server via http(s).
Checkin out the repository is no problem.
Then I add a directory and want to commit this change.

After 3 time giving user/password this is the result:
-----------------------------------------------------
org.apache.subversion.javahl.ClientException: Authorization failed
svn: Commit failed (details follow):
svn: POST of '/repos/isa/!svn/me': authorization failed: Could not
authenticate to server: rejected Basic challenge
(https://raceeend-2.demon.nl)

org.apache.subversion.javahl.ClientException: Authorization failed
svn: Commit failed (details follow):
svn: POST of '/repos/isa/!svn/me': authorization failed: Could not
authenticate to server: rejected Basic challenge
(https://raceeend-2.demon.nl)
-----------------------------------------------------

On the remote site apache, mod_dav_svn is installed.
Here is my /etc/https/conf.d/mod_dav_svn.conf

<Location /repos/>
DAV svn
SVNParentPath /var/www/svn/
SVNListParentPath On

AuthType Basic
AuthName "ISA Subversion Repository"
AuthUserFile /etc/subversion/svn-auth.htpasswd

# Require SSL connection for password protection.
SSLRequireSSL

# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>

The /etc/subversion/svn-auth.htpasswd I have created wit htpasswd -c
/etc/subversion/svn-auth.htpasswd <username>
---------------------

Why I cannot commit changes?
Received on 2013-08-16 20:32:44 CEST

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.