(I'm not after the deploy or update_code task here).

I want to have a task that will export code (not the rails app) from an arbitrary part of the repository to an arbitrary location on the remote host.  Also, make no assumptions about logins/public keys; the windows machine running the task, the remote unix host and the svn host all may have different ids and passwords.

I like to be able to have a task something like:

task :an_svn_export, :roles => :web do
  run "svn export svn+ssh://<some-user>@svn.host.source-dir target-dir
end

and have it prompt me for "some-user"'s svn password.

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to