Welcome Guest | Login

capistrano deploy:update_code freeze

Using the cap deploy:cold command from a windows machine results in the freeze at this line :
* executing `deploy:update_code'

Nothing more. Any advice?

2008-02-25 06:44 PM

I am a user.
You may follow the link: http://groups.google.com/group/capistrano/browse_thread/thread/13b029f75b61c09d and try adding the line: "default_run_options[:pty] = true " in your deploy.rb file. Do let us know how it goes.

2008-02-25 07:32 PM

Regards,
Rahul
Hi Rahul-
I did what you said but it is still hanging. Are there any details I can provide that might make more sense of this?

2008-02-25 08:37 PM

I am a user.
It appears that I am unable to svn in general using this command:

svn commit -m "your message"

If that helps anyone.

2008-02-25 08:50 PM

I am a user.
It seems as though I was on the right path. Setting up SVN correctly allowed me to connect using "deploy:cold" and again when I issued  "cap deploy"

I added this to my subversion\config file
C:\Documents and Settings\user\Application Data\Subversion\config

ssh=plink -i pathToPrivateKey\PrivateKey.ppk -l username -pw password

2008-02-26 12:21 AM

I am a user.
Cool - so are you all set now?

2008-02-26 09:29 AM

Almost, just need to wrap up a thumbnail issue to do with attachment_fu and Rmagik... but that is another thread.

2008-02-26 07:43 PM

I am a user.

Hello Guest! In order to post you must be an active client with us, please log in or sign up.