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

Re: SVNIndexXSLT when Location is /

From: Patrick Krekelberg <patrick_at_bellapk.com>
Date: Tue, 8 Jul 2008 13:53:48 -0500

On Jul 8, 2008, at 1:48 PM, Ryan Schmidt wrote:

>
> On Jul 8, 2008, at 12:54, Patrick Krekelberg wrote:
>
>> 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?
>
> Maybe, but why don't you place the XSLT files in the repository?
> Wouldn't that be the best idea?
>
>

That would make far too much sense :) I'll give it a try.

---------------------------------------------------------------------
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 20:54:14 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.