You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2006/07/26 12:36:30 UTC

Didn't work for me (was Re: pre-commit doesn't work *SOLVED*)

----- John Szakmeister <jo...@szakmeister.net> wrote:
> ----- c marschalek <c....@schrack-seconet.com> wrote:
> > Hi list,
> > 
> > I solved my problem changing the order in which modules are loaded
> in
> > the "/etc/sysconfig/apache2" file.
> > I moved php4 to the end of the "APACHE_MODULES" list.
> > 
> > Thanks again John.
> 
> That's very weird about having to move it to the end of the list.  I'm
> going to give it a try as well.

I tried doing the same thing.  mod_dav_svn and mod_php4 still won't work together (despite them being is separate virtual hosts).  Something fishy is going on.

-John

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

Re: Didn't work for me (was Re: pre-commit doesn't work *SOLVED*)

Posted by c....@schrack-seconet.com.
Hi,

John Szakmeister <jo...@szakmeister.net> wrote on 26.07.2006 14:36:30:

> I tried doing the same thing.  mod_dav_svn and mod_php4 still won't 
> work together (despite them being is separate virtual hosts). 
> Something fishy is going on.

Oddly enough, I found out that it only works for already existing files 
here. As soon as I try to commit a new one, I get the same error again. 
When I commit a new one and update an existing one, it works. Very fishy 
indeed...

Chris