According to http://www.squeaksource.com/BreakOut/: - the latest version of BreakOut is BreakOut-rk.11.mcz. - the latest version of Breakout is Breakout-rkrk.119.mcz
The Installer seems to work quite fine for me, just spell the name of the game correctly :-).
I do not understand what you mean since I spelt it correctly. BreakOut and I got Breakout | monticello | monticello := Installer monticello http: 'http://www.squeaksource.com/BreakOut' . monticello addPackage: 'BreakOut'. monticello install -> I get Breakout-rk and the package is NAMED Breakout and I did not ask that one but BreakOut People apparently polluted my open repository.
Moreover, you can write something like the following which is cleaner:
Installer ss project: 'BreakOut'; addPackage: 'BreakOut'; install
For me this installs: Breakout-rk.11 and not Breakout...119 Now
Installer ss project: 'BreakOut'; addPackage: 'Breakout'; install
install Breakout-rkrk.119.mcz I was discussing with lukas and he told me that the notion of latest in MC is bogus. So we should not use it. Stef