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

SVN not interpreting with PHP

From: Alexander Schumann <aschumann_at_connection2.com>
Date: Wed, 16 Sep 2009 09:21:38 +0100

Hi everyone,

 

I setup for a 10 member development team Subversion. They develop Web
applications. The issue I am seeing is that while browsing the repositories
using http://mercury.domain.name/repos/ all the HTML is executed in IE and
Firefox however no PHP code is interpreted. I then created a test file that
should display the PHP server info.

 

Example:

<?php
        phpinfo();
?>

 

However it is only displayed as clear test no the code is not actually
executed. Could you please advice?

The team create mainly PHP code is it is vital that function for them.

 

Details:

OS: Centos 5.3

Subversion version 1.4.2 (r22196)

PHP version: PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04)

Server version: Apache/2.2.3

 

-> /etc/httpd/conf.d/subversion.conf

<Location /repos>

    DAV svn

    SVNParentPath /var/www/svn-repositories/

    SVNListParentPath On

      AuthType Basic

      AuthName "Subversion repository"

      AuthUserFile /etc/svn-auth-file

      Require valid-user

</Location>

 

Thanks and kindest regards,

 

Alexander

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2395395

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-16 10:23:46 CEST

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.