hi
i am working to find any solution, actually i did a test script with some exec:
exec("svn help 2>&1", $out);
foreach($out as $line)echo"<br/>$line\n";
exec("uptime", $out);
foreach($out as $line)echo"<br/>$line\n";
uptime and svn are together in /usr/bin
-rwxr-xr-x 1 root root 115K 2006-11-10 19:23 svn
-rwxr-xr-x 1 root root 3,4K 2006-09-13 03:54 uptime
and the render is curiously:
sh: svn: command not found
16:12:44 up 32 days, 38 min, 0 users, load average: 1.85, 1.63, 1.56
'uptime' is working but no 'svn', i mean it is a hosting probleme, but if anybody have any idea, why ? i trying a script bash with the svn command inside, doesn't work too. and a symbolic link in my /home/svn -> /usr/bin/svn doesn't work too
------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=2394302To unsubscribe from this discussion, e-mail: [
dev-unsubscribe@...].