Posted by Anze on 02/01/08 20:56
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.
[Back to original message]
|