Thread: SVN over exec()
View Single Post

  #1 (permalink)  
Old 11-26-2007
Adrian Nievergelt
 
Posts: n/a
Default SVN over exec()

Hi

I have the following problem:

I try to run a file which is essentially

<?
echo exec("svn info /somepath");
?>

or alternatively

<?
echo exec("svn co --username=bla --password=blabla svn://someurl");
?>

on the Webserver.

The problem however is that that doesn't seem to have any effect. The
page loads way too fast, shows no output whatsoever and the error_log's
from apache are empty.

Does anyone have any experience on what to do in such a case, or even
has had the same problem I have?

Since I am quite without any lead help would be greatly appreciated.

Greetz
Adrian
Reply With Quote