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

[TSVN] Still trying to set everything up ....

From: Karen Muller <karen_at_vvconsult.co.za>
Date: 2004-12-02 10:34:21 CET

Hi

 

Still trying to set everything up ....

 

This is what I added to the bottom of my httpd.conf file :

 

<Location /svn>

DAV svn

SVNParentPath C:\SVN

AuthName "Subversion repositories"

AuthType SSPI

SSPIAuth On

SSPIAuthoritative On

SSPIDomain VVHOLDINGS

SSPIOfferBasic On

AuthUserFile c:\svn\passwd\passwd

#AuthzSVNAccessFile "c:/svn/svnaccessfile.conf"

Require valid-user

</Location>

 

I created a username and password in c:\svn\passwd\passwd

 

If I go TortoiseSVN -> Repo-Browser and type in https://karen/svn/grms , I
get the following error :

 

https://karen/svn/grms/Error * PROPFIND request failed on '/svn/grms'
PROPFIND of '/svn/grms': could not connect to server (https://karen
<https://karen/> )

 

If I type https://karen/svn/grms in at my Internet Explorer. It asks me for
a username and password. If I then type in the username and password that I
created in the c:\svn\passwd\passwd file. I then get the following error.

 

Authorization Required

This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password),
or your browser doesn't understand how to supply the credentials required.

  _____

Apache/2.0.52 (Win32) DAV/2 mod_auth_sspi/1.0.1 mod_ssl/2.0.52
OpenSSL/0.9.7d SVN/1.1.1 Server at karen Port 3128

 

What now ?????

 

Regards

 

Karen Muller

Software Developer

ISI

 
Received on Thu Dec 2 11:00:19 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.