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

RE: Problem with TortoiseSVN

From: Shatzer, Larry <Larry.Shatzer_at_Spirent.com>
Date: 2004-03-25 16:18:15 CET

 SVNParentPath is used if you have multiple repositories under D:\SVN, which
I doubt you have. Try this: SVNPath c:\svnrepo\ in place of SVNParentPath,
and change c:\svnrepo\ to where you have yours installed.

-----Original Message-----
From: BOUSSEBHA Djamel
To: Ben Collins-Sussman
Cc: dev@subversion.tigris.org
Sent: 3/25/2004 12:44 AM
Subject: RE: Problem with TortoiseSVN
Importance: High

OK Ben;

I have modified the file httpd.conf as follows :

 <Location /svn>
        DAV svn
        SVNParentPath D:\SVN
        AuthType Basic
        AuthName "Subversion repositories"
        AuthUserFile passwd
        #AuthzSVNAccessFile svnaccessfile
        Require valid-user
</Location>

For authentification I use the following procedure :

1- From the command prompt (DOS-Box), change to the apache2 folder and
create a password file by entering
   bin\htpasswd -bc passwd toto titi
This will create a file with the name passwd which is used for
authentication.

2- Restart the apache service
3- To point :http://MyServer/svn/work and From identification window, I
type the correct login + password (3 times), but
I have the following error message :

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.48 (Win32) SVN/1.0.0 DAV/2 Server at localhost Port 80

The file passwd file is located in : C:\Program Files\Apache
Group\Apache2\bin and the login + password (crypted) are correct.

Regards;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 25 16:19:42 2004

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

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