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

User Authentication fails to Digest Security Svn Server in Ubuntu 8.1

From: Brian Freyling <freylingb_at_gmail.com>
Date: Wed, 12 Nov 2008 08:48:35 -0500

 I just upgraded both my development systems to Ubuntu 8.1 which through
(sudo apt-get install subversion) provides svn version 1.5.1 (r32289) and
now when running:
svn checkout https://mysite/svnrep/trunk ./
It asks me for the user, then pass, and says they are wrong every time. On
another developers mac laptop I have confirmed that the repository and
users/pass's are still correct. I have checked every deny list I could
think of and neither of my development systems are in any of them (it's our
own svn server so I checked it as well.)

The server is using Apache/2.2.8 (Ubuntu), with the mod_dav_svn.so and
mod_authz_svn.so modules behind htdigest security in the https realm.
(AuthType Digest, AuthName "blah", AuthDigestDomain /blah,
AuthDigestProvider file, AuthUserFile /blah, AuthSVNAccessFile /blah,
Require valid-user). Also the server uses a self-signed certificate which I
hit accept permanently to when it shows up.

-Thanks in advance
Received on 2008-11-12 15:47:00 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.