I am looking for a solution to deploy an ASP.NET application from SVN on one server to another remote web server. FTP is prohibited. Other tasks than copying files must be completed. create a virtual directory.
What tools would you use? MSBuild or NAnt can be installed on the remote server, but how to safely copy files from the SVN server to the web server? Maybe SSH? Are there any alternatives? Is it possible to have atom operation when copying a file? I do not think continuous integration servers would help me.
Both SVNs and web servers are built using Windows 2k3, IIS 6.0, .NET 2.0.
Edit
deployment should be done automatically using binding to the SVN message.
Sazug source share