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