Posted by Janwillem Borleffs on 01/10/06 23:11
lists@lastisfirst.org wrote:
> Howdy does have any PHP fuctions that allow me to run CVS?
> Here's what I've tried so far:
>
> <?php
> system('cvs
> -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/izicontents login;
> cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/izicontents
> co -P iziContents1 .');
>
>
See http://www.php.net/proc_open (example 2).
JW
Navigation:
[Reply to this message]
|