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

Bernardo Ezequiel Contreras vonbecmann at gmail.com
Sun Feb 20 23:30:21 UTC 2011


 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 <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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20110220/8e24927a/attachment.htm


More information about the Squeak-dev mailing list