Posted by Adrian Nievergelt on 11/26/07 21:07
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
Navigation:
[Reply to this message]
|