What about using the PEAR libraries? http://pear.php.net/package/VersionControl_SVN/ is a php interface to all the subversion commands. I'm using it in one of my projects and have found that it works quite well.
You can also use http://pear.php.net/package/Net_FTP for handling FTP. Cheers, William. On Sat, Mar 14, 2009 at 2:29 PM, Nicolaas Thiemen Francken - Sunny Side Up <[email protected]> wrote: > Hi > I am looking for a script/service that works in a LAMP environment and does > one ore more of the following: > 1. create SVN repository (checkout SVN repository) > 2. update repository from another server (>svn update) > 3. FTPs update files (or all if it cant do updated only) to another server > Does anyone know of service / script that does any or preferably all of the > above? > I realise that this is more shell scripting thank PHP, but you may still > have some ideas, and having a user-interface (through PHP) would be very > nice. > Thank you > > -- > Nicolaas > > > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
