Created
October 19, 2008 23:08
-
-
Save technicalpickles/17967 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(in /Users/nichoj/Projects/flockup) | |
Initialized empty Git repository in /home/deploy/apps/flockup/scm/repo/.git/ | |
Initialized empty Git repository in /home/deploy/apps/flockup/scm/repo/.git/ | |
fatal: git checkout: updating paths is incompatible with switching branches/forcing | |
Did you intend to checkout 'origin/railsrumble' which can not be resolved as commit? | |
rake aborted! | |
execution failed with status 128: ssh [email protected] cd /home/deploy/apps/flockup/scm && rm -rf repo && git clone [email protected]:railsrumble/the-presidential-vampire-league.git repo && cd repo && git checkout -f -b deployed-origin/railsrumble origin/railsrumble && mkdir -p /home/deploy/apps/flockup/releases/20081019230547 && git archive HEAD | (cd /home/deploy/apps/flockup/releases/20081019230547 && tar xf -) && chmod -R g+w /home/deploy/apps/flockup/releases/20081019230547 && rm -rf /home/deploy/apps/flockup/releases/20081019230547/log /home/deploy/apps/flockup/releases/20081019230547/public/system /home/deploy/apps/flockup/releases/20081019230547/tmp/pids && mkdir -p /home/deploy/apps/flockup/releases/20081019230547/db /home/deploy/apps/flockup/releases/20081019230547/tmp && ln -s /home/deploy/apps/flockup/shared/log /home/deploy/apps/flockup/releases/20081019230547/log && ln -s /home/deploy/apps/flockup/shared/system /home/deploy/apps/flockup/releases/20081019230547/public/system && ln -s /home/deploy/apps/flockup/shared/pids /home/deploy/apps/flockup/releases/20081019230547/tmp/pids |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment