[squeak-dev] add repositories to Monticello by script?

Ken G. Brown kbrown at mac.com
Mon Feb 21 01:54:49 UTC 2011


Yay! Thank you sir!

All in one go if you like:
MCRepositoryGroup default addRepository: (MCDirectoryRepository new directory: (FileDirectory on: '/myLocalMCRepositoryPath/MyPackage/')).

Ken

At 8:30 PM -0300 2/20/11, Bernardo Ezequiel Contreras apparently wrote:
> i used to do this
>
>| myRepo myRepoDir |
>myRepoDir := FileDirectory on:'/home/vonbecmann/repo'.
>myRepo := MCDirectoryRepository new directory: myRepoDir.
>MCRepositoryGroup default addRepository: myRepo.
>
>in order to add my directory repository.
>
>Regards
>
>
>On Sun, Feb 20, 2011 at 5:50 PM, Ken G. Brown <<mailto:kbrown at mac.com>kbrown at mac.com> wrote:
>
>Is there a way to add repositories to Monticello by script so you don't have to use the +Repository button multiple times?
>
>Thx for any tips.
>Ken G. Brown




More information about the Squeak-dev mailing list