Gabriel Cotelli-3 wrote
I have a whole package history in my local package cache and I want to upload it to a new SmalltalkHub project. I've tried using the Monticello browser but it insists in creating a new version of the package when I do the "Save" to the new repository.
Is there some option to do something like this? Or some script?
If you have several packages you can use this script: Gofer new package: 'MyProject-Core'; package: 'MyProject-Tests'; url: 'http://smalltalkhub.com/mc/USER/MyProject/main/' username: 'USER' password: '***'; push. (Thanks again to Camillo Bruni: http://stackoverflow.com/questions/17454965/how-to-copy-several-monticello-c...) m. -- View this message in context: http://forum.world.st/How-to-upload-some-version-from-the-package-cache-to-a... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.