Posted by Ian Hobson on 02/02/08 12:51
Anze wrote:
> Hi all!
>
> I have my code in a SVN repository and right now the process of uploading it
> looks like this:
> - svn checkout / update
> - run a script that copies and obfuscates the PHP files to target directory
> - upload files from the target directory to the server (using FTP)
>
> This takes quite some time and is error-prone. Also, it is difficult to
> change to a previous version if something ges wrong.
>
> I am looking for a solution that would remember the files that are on the
> server and upload them only if they changed.
Hi Anze,
Check out syncback see http://www.2brightsparks.com/
I have set it up to FTP a directory structure up to a website, leaving
the .syn files behind, and it appears to work fine.
Regards
Ian
[Back to original message]
|