Jan B. wrote
> I would like to ask how to simply add a repository into monticello without
> using monticello GUI's button +Repository, but by code.

        | repo |
        repo := MCHttpRepository "or appropriate subclass" location: url 
asString.
        MCRepositoryGroup default addRepository: repo



-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Code-to-create-a-repository-tp4814923p4814930.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to