Using Capistrano without the svn being excecuted on remote server

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

http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module-for-local-svn-access

-faisal