Back track to Creating Custom System Commands. You can leverage perl and batch, along with build tools like ant, to save the time that is inevitably wasted with a multi-step process like SSH file transfer. If your job involves developing and deploying web applications to a remote server, for example, this is a must-have to maintain efficiency as you work into the early morning hours.
@echo off REM TortoiseProc.exe is part of Tortoise SVN, and be used to automate things like REM Commit, Update etc. TortoiseProc.exe /command:commit /path:"C:path_to_projectproject_folder" /closeonend:1

