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

authorization failed (debian, apache https ssl)

From: Rene Veerman <rene7705_at_gmail.com>
Date: Tue, 21 Oct 2008 12:47:06 +0200

I am trying to setup my first subversion repo, and i've come so far that
my apache now does ssl.

I will be using subversion from a windows machine, so i've downloaded
tortoiseSVN and installed it. When i do 'repo-browser' from the windows
explorer context menu, i enter my address and try to connect.

It comes up with the correct message but i can't log in. "Authorization
failed".

I've done:
 { (root_at_eagle) (11:00-2008/10/21) (jobs:0) }-
 { (/etc/apache2) }-
 $ htpasswd -cm /etc/apache2/dav_svn.passwd rene
returns success

  { (root_at_eagle) (11:00-2008/10/21) (jobs:0) }-
 { (/etc/apache2) }-
 $ ls -al *.passwd
-rw-r--r-- 1 root root 43 2008-10-21 13:52 dav_svn.passwd

in /etc/apache2/mods-available/dav_svn.conf i have as only uncommented
entry:

<Location /svnSecret>
        DAV svn
        SVNPath /data/web/subversion/v.i.s.repository
        AuthType Basic
        AuthName "Authorized users only"
        AuthUserFile /etc/apache2/dav_svn.passwd
        Require valid-user
        SSLRequireSSL
</Location>

what am i missing?....

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-22 20:01:53 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.