I'm currently doing set :deploy_via, :copy but would like to switch to
using :remote_cache. Unfortunately I'm having a bit of an issue with
that.
When doing remote_cache on deploy I get a "Host key verification
failed" error...any ideas why I'd get that error when
doing :remote_cache but not when I do :copy?
Output:
* executing "if [ -d /var/rails/example.com/shared/cached-copy ]; then
svn update -q -r21 /var/rails/example.com/shared/cached-copy; else
svn checkout -q -r21 svn+ssh://[EMAIL PROTECTED]/var/www/vhosts/
example.com/svn/example/trunk /var/rails/example.com/shared/cached-
copy; fi"
servers: ["example.org"]
Password:
[example.org] executing command
** [err] Host key verification failed.
** [err] svn: Connection closed unexpectedly
command finished
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---