You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stephen Adler <ad...@stephenadler.com> on 2006/08/18 21:46:48 UTC

xslt

/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?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: xslt

Posted by Ryan Schmidt <su...@ryandesign.com>.
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