On Fri, Jul 25, 2014 at 1:54 PM, Torsten Bergmann <astares@gmx.de> wrote:
> I've found the following script very useful:
here is what I do for MC credentials:
� � credentials := Dictionary new.
� � MCRepository classVarNamed: 'Settings' put: credentials.
� � credentials at: 'account smalltalkhub' �put: '*smalltalkhub.com* �DamienCassou:mypassword'.
� � credentials at: 'account squeaksource' �put: '*squeaksource.com* dc:mypassword'.
� � credentials at: 'account ss3' � � � � � put: '*ss3.gemstone.com* dc:mypassword'.
� � credentials at: 'account source.squeak' put: '*source.squeak.org* DamienCassou:mypassword'.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm."
Winston Churchill