I don't know of a script that does what you're looking for but the uploading part could be done with the ftp command. The svn command does the other bits.
I'm not sure what your work flow is but another alternative could be in the svn post commit script (the one you normally use to send out commit emails) you could put code in there to automatically push changes to you live server after every commit. This assumes that everything you commit you want to go live though. - Mike On 14/03/2009 14:29, Nicolaas Thiemen Francken - Sunny Side Up 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 > > > > > -- Mike Cochrane Web Team Leader gardyneHOLT - design partners 18 Beresford Square Newton PO Box 3340 Auckland New Zealand p +64 9 300 3155 f +64 9 302 3349 m 021 545 565 skype gardyneholt_mikec www.gardyneholt.co.nz DISCLAIMER: This electronic message, together with any attachments, was created solely for the use of the intended recipient(s), and may be confidential. Views expressed may be those of the individual sender and are not necessarily endorsed by gardyneHOLT. If you are not the intended recipient, please advise us by return e-mail that you have received the message in error and then delete it. Do not copy, disclose or use the contents in any way. --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
