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
Example:
<?php
However it is only displayed as clear test no the code is not actually
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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.