Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Created May 2, 2012 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/2578006 to your computer and use it in GitHub Desktop.
Save dalehenrich/2578006 to your computer and use it in GitHub Desktop.
Add a bunch of FileTree repos
#('master' 'gemstone' 'pharo' 'pharo1.2.x' 'squeak' 'squeakCommon') do: [:name | | repo |
repo := (MCFileTreeRepository new directory:
(FileDirectory on: '/opt/git/experiment/', name, '/metacello/repository/')).
MCRepositoryGroup default addRepository: repo ].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment