Excerpts from Kendall Grant Clark's message of Wed Mar 19 07:59:14 -0600 2008: > I'm a Python programmer, only marginally a Ruby src code reader... Is > there some kind of sandbox I can use to test the git next version, > w/out borking my existing (and working, except for this one issue) sup > install? > So this is from: http://sup.rubyforge.org/wiki/wiki.pl?Contributing I set this up previously, so I'm not positive about the initial setup syntax but the rest of it is definitely correct:
# initial setup git clone git://repo.or.cz/sup.git git branch --track next origin/next git checkout next # getting current, building, running local copy git pull rake gem ruby -I lib -w bin/sup This will then use a local next version w/out affecting your existing sup install. If you then decide you want to fully install the next version: sudo gem install pkg/sup-999.gem John _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk