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

websvn and access control

From: Blink Eye <blinkeye_at_gmx.ch>
Date: 2005-05-06 13:58:40 CEST

there's an issue if you want to restrict access to some repos via
multiviews, namely if you access your repo via https no
username/password is needed.

configuration:

activate multiview to access your repos via
http://servername/wsvn/reposname

apache2:
<Location /wsvn/reposname/>
AuthType Basic
AuthUserFile /usr/local/apache/passwd/passwords
AuthName "someuser"
Require valid-user
Require user someuser
</Location>

now, the authentication is passed by if accessing reposname via
https://servername/wsvn/reposname

besides, what's the use of being able to access both
http://servername/websvn (without multiview) and http://servername/wsvn
if activating multiviews results in a no-more-functional
http://servername/websvn/index/reposname/ ?

thanks for any help.
regards
blinkeye

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 14:01:25 2005

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.