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

SVNIndexXSLT when Location is /

From: Patrick Krekelberg <patrick_at_bellapk.com>
Date: Tue, 8 Jul 2008 12:54:28 -0500

I understand that this is the typical usage for SVNIndexXSLT:

<Location /svn>
DAV svn
..
..
SVNIndexXSLT "/myindex.xsl"
..
</Location>

Wherein the XSL file is at the DocumentRoot. However, I have a unique
case I haven't yet seen addressed. My configuration looks like this:

<Location />
DAV svn
..
..
SVNIndexXSLT "/somepath/myindex.xsl"
..
</Location>

We do this so we can keep our URL's clean, as in https://svn.mydomain.com/myRepo/etc/
  So the server never looks to DocumentRoot and assumes everything
beyond / is a repository. Is there a way using Location within my
virtualhost to set up a path which has DAV disabled, where I can place
the XSLT files?

Thanks,
-Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-08 19:55:01 CEST

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.