Hi,
I am trying ot Capistrano to deploy my ruby app. It seems that Capistrano tries to load the source code from the remote server (the one I want to deploy to) via svn. Unfortunately this is not possible in my setup. Instead the source code has to be pushed to the remote server. How can I achieve that?
Thanks, Stefan