I just switched to cap 2 and after some updating/editing my deploy is
still breaking. I'm getting the following error (with some editing of
the file paths):

C:.../ruby/lib/ruby/gems/1.8/gems/capistrano-2.1.0/lib/capistrano/
recipes/deploy.rb:37:in ``': No such file or directory - svn info svn
+ssh://.../var/www/apps/obc/repos/trunk  -rHEAD (Errno::ENOENT)

the line in that recipe deploy file is:

_cset(:real_revision)     { source.local.query_revision(revision) { |
cmd| with_env("LC_ALL", "C") { `#{cmd}` } } }

I think the error is telling me that it chant find what I just checked
in to SVN before deploying and it seems to be up there.

Any idea of what might truly be missing or I might be doing wrong?

Thanks

--~--~---------~--~----~------------~-------~--~----~
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