To migrate a whole repository from SqueakSource to SmalltalkHub, here's how I've done (maybe there's a better way):

Gofer it
squeaksource: 'ProfStef';
package: 'ProfStef-Core';
package: 'ProfStef-Help';
package: 'ProfStef-Tests';
fetch.

Gofer it
url: 'http://smalltalkhub.com/mc/LaurentLaffont/ProfStef/main' username: 'LaurentLaffont' password: 'mysecretpassword';
package: 'ProfStef-Core';
package: 'ProfStef-Help';
package: 'ProfStef-Tests';
push.


Laurent


On Tue, May 15, 2012 at 11:23 PM, St��phane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys

Nicolas released internally a new version of smalltalkhub and everyday he finds a good reason not to announce it.
So please do us a favor��� create some projects and push your code there so that nicolas gets the feel
of a alive and kicking smalltalkhub :)

Stef