Re: exec dont work for svn

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

 



Hi, thanks petter, now im getting this error...

svn: Can't check path '/root/.svn': Permission denied

using this:
	$cmd = "svn up";
	$cmd .= " --username $user --password $pass --non-interactive --revision $rev";
	$cmd .= " --no-auth-cache --config-dir ~/.svn/ 2>&1";

i try with --config-dir /tmp/   with $_SERVER['document_root'] but
always return me the same error, any idea?


2007/5/29, Peter Lauri <lists@xxxxxxxxxxx>:
Hi,

In many apps the messages comes as STDERR, so try:

exec("svn update 2>&1", $out);

Best regards,
Peter Lauri

www.dwsasia.com - company web site
www.lauri.se - personal web site
www.carbonfree.org.uk - become Carbon Free

> -----Original Message-----
> From: Manolet Gmail [mailto:manolet@xxxxxxxxx]
> Sent: Tuesday, May 29, 2007 5:45 PM
> To: PHP List
> Subject:  exec dont work for svn
>
> 2007/5/28, Greg Donald <gdonald@xxxxxxxxx>:
> > 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.
>
> well, i have  error reporting (E ALL) and dont give me any error, also
> i try with
>
> svn update --non-interactive --username user --password pass
>
> and again... nothing appears. Also if the svn update ask for a
> password  why php dont show it?, or why i dont receive a maximum
> ececution time of script error?.
>
> the script run instantly btw,..
>
> >
> >
> > --
> > Greg Donald
> > http://destiney.com/
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

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



--
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