Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created February 27, 2009 18:52
Show Gist options
  • Save stepheneb/71635 to your computer and use it in GitHub Desktop.
Save stepheneb/71635 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# Setup a git clone of the main concord repository
#
# note: concord-projects-common.svn.git.tgz is over 350 MB
# plan accordingly
#
wget http://rails.dev.concord.org/archive/concord-projects-common.svn.git.tgz
tar xzf concord-projects-common.svn.git.tgz
cd concord-projects-common.svn.git
ruby flatten_projects.rb
# follow the instructions printed on the screen ...
# and then run:
# ruby create_workingsets.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment