I’m working on deploying a rails app via capistrano, and I’m getting an error on svn checkout.
Here’s the error that I’m getting:
failed: "sh -c 'svn checkout -q --username Username --password Password
--no-auth-cache -r108 https://subdomain.svn.beanstalkapp.com/main/trunk/project
/var/www/vhosts/example.com/releases/20120807043050 && (echo 108 >
/var/www/vhosts/example.com/releases/20120807043050/REVISION)'" on example.com
I’m not sure what is causing this error. How can I troubleshoot it?
It seems that subversion was not installed on my server. To install subversion on centos via yum:
If the result contains
i686your server is 32-bit, if it containsx86_64, it is 64-bit. Now check yum for the latest version of svn:find the apprioriate version (32 or 64 bit) and then do: