Hi, I'm trying to deploy my RoR application to a college server. I'm using ruby version 1.8.6 and cap version 2.5.14.
I'm developing on windows vista in eclipse. I have an svn repository on a college server (different to the one I'm deploying on). I have been following the guide http://www.capify.org/index.php/From_The_Beginning#Spinners_and_Spawners I have gotten to the section where you call the command cap deploy:update. Originally this was failing straight away but I then pointed svn to plink.exe in the svn config file. Now it just seems to freeze at the point shown below: C:\Users\xxx\>cap deploy:update * executing `deploy:update' ** transaction: start * executing `deploy:update_code' executing locally: "svn info svn+ssh://xxx/xx/repo /project --username xxx --password --no-auth-cache -rHEAD" I tried running the command with -v but this gave no additional output. It looks like it's getting stuck trying to create the ssh tunnel. Does anyone have any suggestions? Regards, Colin -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
