The other day I used:
Gofer it
��� squeaksource: 'YourSqueakSourceRepo';
��� package: 'onePackage';
��� package: 'otherPackage';
��� push.
And to load all versions into your cache:
Gofer it
��� squeaksource: 'YourSqueakSourceRepo';
��� package: 'onePackage';
��� package: 'otherPackage';
��� fetch.
Guille
This may perfectly be part of the image, under an appropriate menu entry in Monticello.
Alexandre
Le 7 f�vr. 2011 � 03:47, HwaJong Oh <daliot.oh@gmail.com> a �crit :
>
> Hi,
>
> I've figured out how to copy 97 version of mine to squeaksource, quickly. Is
> there a standard way to do this?
>
> MCVersionInspector >> copyAllVersionsToSqueakSourceRepository
>
> � �| repository |
> � �repository := MCHttpRepository
> � � � �location: 'http://www.squeaksource.com/3748782'
> � � � �user: '2034'
> � � � �password: '34058'.
> � �1 to: self versionList size do: [:ii|
> � � � �self versionSelection: ii.
> � � � �repository storeVersion: version
> � �].
>
> Best Regards
> HwaJong Oh
> --
> View this message in context: http://forum.world.st/copying-all-versions-to-squeaksource-tp3263732p3263732.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>