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

Re: Apache Module mod_ext_filter does not work with subversion

From: Bzyl Wlodzimierz <matwb_at_univ.gda.pl>
Date: 2004-11-05 22:43:51 CET

| Why don't you activate the filter inside the subversion <Location>
| block?

  I added filter inside the subversion <Location>:

<Location /svn>
  ...
  AddDefaultCharset ISO-8859-2
  SetOutputFilter c-to-html
  AddType text/c .c .h
</Location>

  restarted apache -- with no result:
  c sources are still served black & white.

| (Actually, you'd probably want to activate them inside a 2nd subversion
| <Location> block with a special name, because you definitely don't want
| the encscript-filter to munge data coming back to an ordinary svn
| client!)

  Thank you for pointing that.

--Wlodek Bzyl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 5 22:44:53 2004

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.