Re: exec dont work for svn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/28/07, Manolet Gmail <manolet@xxxxxxxxx> wrote:
but this doesnt work:

exec("svn update",$out);
foreach($out as $line)echo"<br/>$line\n";

dont print anything... dont update the files

Is it possible you need to provide some type of authentication?  `svn
update` may be asking for input your exec call isn't providing.


--
Greg Donald
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux