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

No username and password check

From: Paletz, David S <DPaletz_at_alionscience.com>
Date: Thu, 21 Feb 2008 11:43:27 -0500

Hello,

 

Thanks to those who helped with the repository browser connectivity. It
appears to work now but perhaps a little too well. I am not prompted
for a username and password. Nor is an officemate whose name isn't even
in the password file. We both can browse the repository just fine. I
created a few files and they have no author (which makes sense since no
credentials are supplied). Again I am running Apache 2.0.63, Subversion
1.4.6-4 and TortoiseSVN 1.4.8-12137 on WinServer2003 SP1. I have set up
basic authentication with an encrypted password file. The entry in
Apache's httpd.conf looks like:

 

<Location /svn/>

DAV svn

SVNParentPath E:\subversion\repositories

AuthType Basic

AuthName "Subversion repositories"

AuthUserFile E:\subversion\server\httpd\conf\passwd

Require valid-user

</Location>

 

Any simple adjustments to force credential entry? Thanks in advance.

 

Dave Paletz

Senior Software Engineer

Alion Science and Technology

dpaletz_at_alionscience.com

703-998-1668

 
Received on 2008-02-21 17:44:03 CET

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

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