Created
April 15, 2009 13:55
-
-
Save blissdev/95778 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/code/stylepath $ cap staging deploy:short | |
* executing `staging' | |
* executing `deploy:short' | |
** transaction: start | |
* executing `deploy:update_code' | |
executing locally: "svn info http://agileconsultingllc.com/svn/stylepath/trunk --username stylepath --password poiu7y --no-auth-cache -rHEAD" | |
* executing "svn export -q --username stylepath --password poiu7y --no-auth-cache -r1924 http://agileconsultingllc.com/svn/stylepath/trunk /data/stylepath/releases/20090415133654 && (echo 1924 > /data/stylepath/releases/20090415133654/REVISION)" | |
servers: ["65.74.139.2"] | |
[65.74.139.2:8199] executing command | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /data/stylepath/releases/20090415133654; true" | |
servers: ["65.74.139.2"] | |
** [deploy:update_code] exception while rolling back: IOError, closed stream | |
/Library/Ruby/Gems/1.8/gems/net-ssh-2.0.10/lib/net/ssh/buffered_io.rb:64:in `recv': Connection reset by peer - recvfrom(2) (Errno::ECONNRESET) | |
from /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.10/lib/net/ssh/buffered_io.rb:64:in `fill' | |
from /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.10/lib/net/ssh/connection/session.rb:227:in `postprocess' | |
from /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.10/lib/net/ssh/connection/session.rb:223:in `each' | |
from /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.10/lib/net/ssh/connection/session.rb:223:in `postprocess' | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/lib/capistrano/processable.rb:31:in `process_iteration' | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/lib/capistrano/processable.rb:43:in `ensure_each_session' | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/lib/capistrano/processable.rb:41:in `each' | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/lib/capistrano/processable.rb:41:in `ensure_each_session' | |
... 40 levels... | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/lib/capistrano/cli/execute.rb:14:in `execute' | |
from /Library/Ruby/Gems/1.8/gems/capistrano-2.5.4/bin/cap:4 | |
from /usr/bin/cap:19:in `load' | |
from /usr/bin/cap:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment