Thanks! You were right, the remove server was missing the "which" command, I installed it using "yum install which" on the remove server which is running Centos 5
On Nov 14, 1:04 am, Jamis Buck <[EMAIL PROTECTED]> wrote: > What's the remote host OS? Looks like there is no such command > "which", which capistrano's deploy:check uses to determine whether a > given command is installed. > > - Jamis > > On Nov 13, 2007, at 5:02 PM, Josef wrote: > > > > > I am trying to run "cap -q deploy:check" from my local machine and I > > run in to this error: > > > ---------- > > > domain.com: sh: which: command not found > > > The following dependencies failed. Please check them and try again: > > --> `/usr/bin/svn' could not be found in the path (domain.com) > > > ---------- > > > In my "deploy.rb" I set these variables: > > > ---------- > > > set :scm, :subversion > > set :scm_command, "/usr/bin/svn" # CENTOS 5 > > > ---------- > > > SVN is present on the remote machine I installed it using "yum -y > > install subversion" I have cheked the "/usr/bin/svn" and it is there. > > I am using Capistrano 2.1.0. > > > What could be the problem, any ideas? > > > > > > > smime.p7s > 3KDownload --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
