Monticello

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Tue Dec 12 08:18:26 UTC 2006


Bert Freudenberg puso en su mail :

>> Anyone know how to script Monticello to load the latest version of
>> a package
>> by name, from a given repository?
> 
> (MCConfiguration fromArray: #(
> repository ('http://host.domain/repo')
> dependency ('PkgName' 'PkgName-ai.1'
> '00000000-0000-0000-0000-000000000000')
> ) ) updateFromRepositories; upgrade.
> 
> Of course, you can give multiple repositories and packages. For
> testing, you could #browse instead of #upgrade. Also, #upgrade is
> smart to not overload a newer version in the image. If needed, you
> could use #load or #merge instead.
> 
> - Bert -
Very good tip.

I share one

Cleaning the Monticello Browser

|monti|
 monti := MCWorkingCopyBrowser new.
monti unsortedWorkingCopies do:[:ea| ea unregister. ]


How I could clean all repositories with some similar ? Can't discover yet

Edgar



__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar



More information about the Squeak-dev mailing list