Hi, all. I have a new problem that I haven't been able to figure out.
Using Capistrano on a Mac, deploying to four Ubuntu servers.
Everything has been working perfectly for several months. Suddenly,
with no changes in the deploy script or location or configuration of
svn, when I try to deploy the process hangs on "svn export..."
I've ssh'd in to each production server, and verified that I can
execute the "svn export..." command by hand with no problem.
Anyone have any idea what might be going on? Here's an excerpt from
the deploy output:
* executing `deploy:update_code'
executing locally: "svn info svn://localhost/ -rHEAD"
* executing "svn export -q -r1773 svn://nestor/branches/benefits/production
/opt/apps/deploy/benefits/releases/20100424053414 && (echo 1773 > /opt/
apps/deploy/benefits/releases/20100424053414/REVISION)"
servers: ["homer", "achilles", "agamemnon", "odysseus"]
At this point, the process hangs. Hitting ^C gives the following stack
trace: http://pastie.org/932681
$ ruby --version
ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]
$ cap --version
Capistrano v2.5.2
--
* 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