On Fri, Aug 16, 2013 at 2:32 PM, Harry van Rijn <ha...@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)?