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

Re: xslt

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-19 01:58:33 CEST

On Aug 18, 2006, at 23:46, Stephen Adler wrote:

> /usr/lib/subversion/tools/xslt/svnindex.xsl
> /usr/lib/subversion/tools/xslt/svnindex.css
>
> How do I use the above files to change the look and feel of the
> subversion directory tree?

Put them inside your document root and then link to the XSLT like this:

<VirtualHost *:80>
        ServerName www.example.org
        Document /path/to/documentroot
        <Location /svn>
                DAV svn
                SVNPath /path/to/repository
                SVNIndexXSLT /svnindex.xslt
        </Location>
</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 01:59:44 2006

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.