On 29 April 2010 20:32, Daevid Vincent <dae...@daevid.com> wrote:

> I'm looking for a script (bash or php) that I would run on my production
> web server that would do this or close to it:
>
>        1. do a CVS/SVN checkout to a new timestamped directory
>        2. change the symlink from the old directory
>        3. change permissions to www-data:www-data on new directory
>        4. and possibly tarball up the old directory.

Phing has SVN tools out-of-the-box.

http://phing.info/
http://morethanseven.net/2008/01/30/simple-deployment-with-svn-and-phing.html

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

Reply via email to