How to allow anonymous browsing SVNParentPath but restrict access to the repos within(plain text)
From: Chen (陈) Jun (军) <chjfth_at_gmail.com>
Date: Mon, 03 Aug 2009 17:25:37 +0800
Hi, I'd like to ask a question here.
I've been using Apache to serve SVN content for quite some years, but I
Quote of concerning httpd.conf lines:
SVNListParentPath on
<Location /svnreps/>
SVNParentPath D:/SvnReps
Satisfy Any
AuthType Basic
# SVN: Isyslib (container)
SVNParentPath D:/SvnReps/Isyslib
Satisfy Any
</Location>
# SVN: makingsys (container)
SVNParentPath D:/SvnReps/makingsys
Satisfy Any
Description:
* I'm running Subversion 1.6.1 on a Windows box. The apache server is
Now please listen carefully about what I want to accomplish:
* Goal 1: Allow anonymous user to browse
I found I cannot make it go right.
Case 1: I compose D:/SvnReps/Isyslib/svn-authz-file as
[/]
[repos1:/]
[repos2:/]
Goal 1 OK, but Goal 2 not. Anonymous can browse+read repos1 and repos2.
Case 2: I compose D:/SvnReps/Isyslib/svn-authz-file
[repos1:/]
[repos2:/]
Goal 2 is OK but Goal 1 not.
When a web client browses http://localhost/svnreps/Isyslib/ ,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.