It doesn't work either with "svn update"
On 3/14/07, thomas Armstrong <tarmstrong@gmail.com> wrote:
> Hi.
>
> Using SVN version 1.4.2 (r22196) on Linux, I'm trying to create a
> webpage to do a "svn checkout" of a project from the SVN repository to
> the web directory (both are on the same machine).
>
> I want to execute:
> svn --username john --password foo co http://svn.mydomain.com/project
> via web in order to update the public project without accessing server
> via shell.
>
> I created this PHP script (perhaps most of you aren't keen on PHP):
> -------
> chdir('/home/www');
> $command = "svn --username john --password foo co
> http://svn.mydomain.com/project";
> echo "<li>$command ...\n";
> echo "<pre>" . shell_exec($command) . "</pre>\n";
> echo "<li> ... Executed\n";
> ----------
> but doesn't work. It shows "Executed", but checkout wasn't made and
> standard output is not shown.
>
> Does anybody know any smart way to execute a "svn checkout" via web?
> Thank you very much.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 14 11:02:37 2007