[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: Aniruddha Apte <aniapte_at_gmail.com>
Date: 2005-06-22 12:54:02 CEST

Well, I've managed to build the .so's. However, apache gives an error
when trying to load mod_highlight.so. It cannot find libcolorer.so.
Copying it to the modules dir does not help. Adding "LoadFile
modules/libcolorer.so" to config also doesn't work. Any ideas?

Looking at you conf, do you access the svn-view pages by
http://server-name/svn-view/repos? and normal access by
http://server-name/svn/repos ?

I tried the following conf without success: (I am trying to access by
http://server-name/view/repos)
<Location /view>
  SetHandler svn-view
  SVNParentPath /var/SVN
  SVNViewRepository repos /var/SVN
  SVNViewAuthzSvnFile /var/SVN/users.file
  SVNViewDefaultXSLT /var/1R_and_D/mod_svn_view/trunk/xslt/default.xsl
  SVNViewThemesDir /var/1R_and_D/mod_svn_view/trunk/themes
  SVNViewTheme blueview
  SVNView on
</Location>

Many thanks again.

Regards,
-anir

On 20/06/05, Mathias Hasselmann <mathias@taschenorakel.de> wrote:
   http://svn.outoforder.cc/svn/mod_svn_view/trunk
>
> First run of autogen.sh also failed for me, but after installing
> automake 1.9 (accordingly to the error message 1.6 should be sufficient)
> everything went smooth. Well, maybe you also should check, if apxs2 is
> in your $PATH. It should be part of your distribution's developer
> packages for apache2.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 22 12:55:58 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.