Hi, dear all. I'm stuck when deploying a rails 3 app with capistrano.
I'm developing on Windows and deploying to a local linux server. When
I issued command:
ruby c:\Ruby192\lib\ruby\gems\1.9.1\gems\capistrano-2.8.0\bin\cap
deploy:update
I got:
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
executing locally: "svn info
svn://[email protected]/learning/trunk/ruby/rails/blog/
--username robert --password --no-auth-cache -rHEAD"
Authentication realm: <svn://192.168.1.6:3690> Learning
Username: robert
Password for 'robert': ********
command finished in 6550ms
* executing "svn checkout -q --username robert --password --no-auth-
cache -r35 svn://[email protected]/learning/trunk/ruby/rails/blog/ /
home/robert/websites/rubyblog/releases/20110825075401 && (echo 35 > /
home/robert/websites/rubyblog/releases/20110825075401/REVISION)"
servers: ["www.rubyblog.com"]
Password:
After I entered password for my linux server, I got:
[www.rubyblog.com] executing command
** [www.rubyblog.com :: err] Authentication realm: <svn://
192.168.1.6:3690> Learning
** [www.rubyblog.com :: err] Username:
Then the console didn't response any more, except ctrl+C. I don't know
what's the problem after a lot of search of document and Google. Can
anyone give me some hints or tips? Thx in advance!
--
* 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