MCSmalltalkhubRepository for Squeak?
Hi, any one have MCSmalltalkhubRepository? I want to load the ASN1 code to explore a performance regression in the VM, but I must first have access to smalltalkhub. _,,,^..^,,,_ best, Eliot
You should be able to just use the HTTP repository to access smalltalkhub. That's what I've been doing for a while now. I do have a user - and log in with the HTTP Repository, but I'm not sure it is required for just reading. -cbc On Mon, Jul 18, 2016 at 3:20 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi,
any one have MCSmalltalkhubRepository? I want to load the ASN1 code to explore a performance regression in the VM, but I must first have access to smalltalkhub.
_,,,^..^,,,_ best, Eliot
On Mon, Jul 18, 2016 at 3:27 PM, Chris Cunningham <cunningham.cb@gmail.com> wrote:
You should be able to just use the HTTP repository to access smalltalkhub. That's what I've been doing for a while now.
I do have a user - and log in with the HTTP Repository, but I'm not sure it is required for just reading.
OK, so how do I map MCSmalltalkhubRepository owner: 'NorbertHartl' project: 'ASN1' user: '' password: '' which prints its URL as http://smalltalkhub.com/NorbertHartl/ASN1/main to an HTTPRepository spec? This doesn't work: MCHttpRepository location: 'http://smalltalkhub.com/NorbertHartl/ASN1/main' user: '' password: '' neither does this: MCHttpRepository location: 'http://smalltalkhub.com/NorbertHartl/ASN1' user: '' password: ''
-cbc
On Mon, Jul 18, 2016 at 3:20 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi,
any one have MCSmalltalkhubRepository? I want to load the ASN1 code to explore a performance regression in the VM, but I must first have access to smalltalkhub.
_,,,^..^,,,_ best, Eliot
-- _,,,^..^,,,_ best, Eliot
Hi Eliot, you are missing the /mc/ path in the url. Use MCHttpRepository location: 'http://smalltalkhub.com/mc/NorbertHartl/ASN1/main' user: '' password: '' That should work! Norbert
Am 19.07.2016 um 00:30 schrieb Eliot Miranda <eliot.miranda@gmail.com>:
On Mon, Jul 18, 2016 at 3:27 PM, Chris Cunningham <cunningham.cb@gmail.com <mailto:cunningham.cb@gmail.com>> wrote: You should be able to just use the HTTP repository to access smalltalkhub. That's what I've been doing for a while now.
I do have a user - and log in with the HTTP Repository, but I'm not sure it is required for just reading.
OK, so how do I map
MCSmalltalkhubRepository owner: 'NorbertHartl' project: 'ASN1' user: '' password: ''
which prints its URL as http://smalltalkhub.com/NorbertHartl/ASN1/main <http://smalltalkhub.com/NorbertHartl/ASN1/main>
to an HTTPRepository spec?
This doesn't work:
MCHttpRepository location: 'http://smalltalkhub.com/NorbertHartl/ASN1/main <http://smalltalkhub.com/NorbertHartl/ASN1/main>' user: '' password: ''
neither does this:
MCHttpRepository location: 'http://smalltalkhub.com/NorbertHartl/ASN1 <http://smalltalkhub.com/NorbertHartl/ASN1>' user: '' password: ''
-cbc
On Mon, Jul 18, 2016 at 3:20 PM, Eliot Miranda <eliot.miranda@gmail.com <mailto:eliot.miranda@gmail.com>> wrote: Hi,
any one have MCSmalltalkhubRepository? I want to load the ASN1 code to explore a performance regression in the VM, but I must first have access to smalltalkhub.
_,,,^..^,,,_ best, Eliot
-- _,,,^..^,,,_ best, Eliot
On 19.07.2016, at 00:20, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi,
any one have MCSmalltalkhubRepository? I want to load the ASN1 code to explore a performance regression in the VM, but I must first have access to smalltalkhub.
It's plain Monticello: Use http://www.smalltalkhub.com/mc/PROJECT/REPO/main/ For example http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main/ Unfortunately, it appears down anyway, at the moment. Best regards -Tobias
_,,,^..^,,,_ best, Eliot
participants (4)
-
Chris Cunningham -
Eliot Miranda -
Norbert Hartl -
Tobias Pape