Deploying from local machine to remote host using capistrano

Hi,

I would like to deploy a RoR application from my local machine to a
remote
host.

Looks like the capistrano assumes that you are using an internet
accessible
host for the SVN repository and doesn’t checkout files using file:///!

Did I miss some configuration?

How do other people handle their application deployment from your local
machine?

Thanks for your feedback.

Regards, Hari

View this message in context:
http://www.nabble.com/Deploying-from-local-machine-to-remote-host-using-capistrano--tf2059400.html#a5673648
Sent from the RubyOnRails Users forum at Nabble.com.

I wrote a simple task to do this, you may need to modify it slightly but
it has the basic idea.
It gets the source from the local svn repository, tars it, sends it to
the remote site, detars it
and does the normal installation from then on.

Documented here…

http://blog.wolfman.com:3000/articles/2006/05/26/capistrano-local-deploy-recipe