C:\rubydev\workspace\classes>cap cold_deploy
* executing task cold_deploy
* executing task update
** transaction: start
* executing task update_code
* querying latest revision...
svn: Can't create tunnel: The system cannot find the file specified.
*** [update_code] transaction: rollback
* [update_code] rolling back
I've got putty and pageant setup to allow me to login without password and 'cap setup' ran correctly without password. I noticed that 'revisions.log' was not created as the tutorial said it would be so I touch'd and chmod'd it.
SVN is working from tortoise (without password) with the same path as is in deploy.rb.
I've checked my .bashrc for 'mesg y'...not found.
I've added the following SSH options to deploy.rb
ssh_options[:keys] = %w(/devel/stevej@stinkpad.ppk)
ssh_options[:paranoid] = false