March 7, 2013
2:07 p.m.
Hi, imagine you have a list of mcz files you want to push to SmalltalkHub. This list can for example come from a project on SqueakSource. Here is how to push each mcz: repo := MCSmalltalkhubRepository owner: ... project: ... user: ... password: ... go := Gofer new. go repository: repo. #('Magritte-Tests-Model-DamienCassou.28.mcz' 'Magritte-Model-NickAger.429.mcz' ...) do: [ :name | go version: (name copyUpToLast: $.) ]. go push -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill