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

Re: Commit from eclipse failed

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 16 Aug 2013 14:41:24 -0400

On Fri, Aug 16, 2013 at 2:32 PM, Harry van Rijn
<harry_at_raceeend-2.demon.nl> wrote:
> 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?

Can you commit using another client (command-line)?
Received on 2013-08-16 20:42:38 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.