Capistrano appears to deploy to windows with a little help.
First you’ll need to make sure that Cygwin is installed and up to date.
Next make sure that you are using Cygwin’s version of Subversion since the native binaries don’t grock Cygwin paths.
Be sure to define your application directory in the form: /cygdrive/c/rails/app
With that in mind, everything should work, and if not, then did you really expect it to?
{color:red} Actually although Capistrano works, a lot of its assumptions fail. I’ll post workarounds if I find them
{color:red}
Any updates in the last year on this subject?