location tag
From: Simon Gardner <sgardner_at_dse.com.au>
Date: 2005-06-21 05:13:55 CEST
I have a question regarding the location tag. We have Subversion working
<Location /Repos>
Order Allow,Deny
Allow From all
Dav svn
SVNParentPath /versioncontrol/repositories
Require valid-user
PasswdFile %%LDAP%%
AuthType Basic
AuthName "Version Control"
LDAPConfigFile /versioncontrol/repositories /ldap.conf
AuthzSVNAccessFile /versioncontrol/repositories /auth.conf
</Location>
...so now I can access this using http://MyServer/Repos/MyRepository.
My boss however has tried to access it like this:
<?xml version="1.0" encoding="utf-8" ?>
- <http://dsedev.dse.com.au/repos/Test/##> < <D:error
< <C:error />
< <m:human-readable errcode="3025">Could not open
</D:error>
...so he wants to know why the URL is case sensitive. The confusing
The error from apache is:
[Tue Jun 21 12:55:46 2005] [info] [client 10.58.5.166] Access granted:
[Tue Jun 21 12:55:46 2005] [error] [client 10.58.5.166] (20014)Error
...the log on a correct login is:
[Tue Jun 21 12:55:50 2005] [info] [client 10.1.1.38] Access granted:
I have scanned the subversion book and there is no real reference to
Can anyone give me some idea what is happening?
Thanks
Simon Gardner
|
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.