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

Re: Repository name in stylesheet

From: Mathias Hasselmann <mathias_at_taschenorakel.de>
Date: 2005-06-17 00:19:45 CEST

Am Donnerstag, den 16.06.2005, 18:38 +0530 schrieb Aniruddha Apte:
> Were you able to install and run mod_svn_view? I couldn't find any
> config instructions.
> There is no activity in the list archives since January.

I've got mod_svn_view running with the attached configuration file. If
you overlay some directory managed by mod_dav_svn, you can omit the
SetHandler directive.

Ciao,
Mathias

-- 
Mathias Hasselmann <mathias@taschenorakel.de>
http://taschenorakel.de/

LoadModule transform_module /usr/lib/apache2/modules/mod_transform.so
LoadModule svn_view_module /usr/lib/apache2/modules/mod_svn_view.so
LoadModule highlight_module /usr/lib/apache2/modules/mod_highlight.so

<Directory "/var/www/common/mod_svn_view/themes">
  Order allow,deny
  Allow from All
  Deny From none
</Directory>

<Location "/svn-view">
  SetHandler svn-view
  SVNViewRepository test /var/lib/svn
#SVNViewAuthzSvnFile /test/trunk/svn-authz
  SVNViewDefaultXSLT /var/www/common/mod_svn_view/xslt/default.xsl
  SVNViewThemesDir /var/www/common/mod_svn_view/themes
  SVNViewTheme blueview
  SVNView on
</Location>

HighlightCatalogPath /usr/local/share/colorer/catalog.xml

# vim: ft=apache sw=2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 00:22:10 2005

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.