File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
# See http://github.com/foca/utility_scripts/ for the latest version
9
9
# Released under a WTFP license (http://sam.zoy.org/wtfpl/)
10
10
11
- RAILS_SVN_CHECKOUT = '/Users/cptfinch/developments/rails/apps/experimental '
11
+ RAILS_GIT_CHECKOUT = '/Users/cptfinch/developments/rails/apps/rails_git_checkout/rails '
12
12
13
13
module Helpers
14
14
LINE = 80
@@ -50,12 +50,12 @@ if __FILE__ == $0
50
50
51
51
app_name = ARGV . first
52
52
53
- announcing "Fetching EDGE rails" do
54
- Dir . chdir ( RAILS_SVN_CHECKOUT ) { silent "svn update " }
53
+ announcing "Updating EDGE rails (git pull) " do
54
+ Dir . chdir ( RAILS_GIT_CHECKOUT ) { silent "git pull " }
55
55
end
56
56
57
57
announcing "Creating application layout" do
58
- silent "ruby #{ RAILS_SVN_CHECKOUT } /railties/bin/rails #{ app_name } "
58
+ silent "ruby #{ RAILS_GIT_CHECKOUT } /railties/bin/rails #{ app_name } "
59
59
end
60
60
61
61
Dir . chdir ( app_name ) do
You can’t perform that action at this time.
0 commit comments