ANT Deploy script
ANT Deploy script automates many tasks to help web developers keep in sync SVN and FTP. It allows you to extract files form SVN WC that have been modified in a given revision range, compress JS/CSS files on the fly, rename files using custom PCRE expressions, make zip backups of all remote files that have been modified or deleted and much more... The part responsible for FTP support was moved to SubAnt task (external file) and it uses free WinSCP command line tool (win32 only) Requirements: ANT (tested on 1.7.1), SVN working copy, WinSCP (tested on 4.1.7)