Hi all
I have a bunch of subversion repositories located in /var/svn (i.e.
/var/svn/rep1, /var/svn/rep2....). In order to avoid to much
duplication in my Apache config I have created just one Location
clause that covers all of the different repositories located in
/var/svn - it looks like this:
----------------------------
<Location />
DAV svn
SVNParentPath /var/svn
SVNIndexXSLT "/svnindex.xsl"
</Location>
----------------------------
Now the SVNIndexXSLT path as shown above does not work, I am guessing
it is because it is relative to
each directory placed in /var/svn so Apache gets confused. Thus I
copied the xsl file somewhere else where I new that Apache could get
its hand on it and added the following line instead
----------------------------
SVNIndexXSLT "http://www.myservername.com/svnindex.xsl"
----------------------------
this does however not work either, trying to browse the subversion
repositories using IE makes it complain that:
----------------------------
Access is denied. Error processing resource
'http://www.myservername.com/svnindex.xsl'.
----------------------------
In my Apache error log I get the following:
----------------------------
[Tue May 31 17:34:58 2005] [error] [client 217.157.23.228]
(116)Invalid or incomplete multibyte or wide character: Requests for a
collection must have a trailing slash on the URI. [301, #0]
----------------------------
If I however point my browser to
http://www.myservername.com/svnindex.xsl, then it opens just fine.
I am positive that it is something completely stupid that I am missing
but I am running in circles and cannot figure it out - hope someone in
here can enlighten me.
Regards.
Lars Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 20:27:13 2005