Nicolas told me that he spent a day last week fixing some smalltalkhub bugs. May be this is one is part of it. On Jun 23, 2013, at 10:28 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
This is a typical, understandable problem. I had the same problem with my http://mc.stfx.eu Monticello repos once. The thing is that
http://smalltalkhub.com/mc/dkh/metacello/main
should redirect to
http://smalltalkhub.com/mc/dkh/metacello/main/
not just serve the same content, because else the relative links are all wrong.
You can try
http://mc.stfx.eu/ZincHTTPComponents
to see how it should work.
And yes this is a StHub bug that can be fixed quite easily.
Sven
On 23 Jun 2013, at 22:04, "Dale K. Henrichs" <dale.henrichs@gemtalksystems.com> wrote:
----- Original Message ----- | From: "Camillo Bruni" <camillobruni@gmail.com> | To: "Pharo Development List" <pharo-dev@lists.pharo.org> | Sent: Sunday, June 23, 2013 12:53:44 PM | Subject: Re: [Pharo-dev] Metacello-ToolBox-dkh.131.mcz missing on smalltalkhub? | | | On 2013-06-23, at 21:48, "Dale K. Henrichs" | <dale.henrichs@gemtalksystems.com> wrote: | | > Cami, | > | > Did you confirm that smalltalkhub is producing incorrect urls? | | if you omit the trailing slash and click on a link of the version | list in a browser, then yes. |
Cami,
Smalltalkhub itself omits the trailing slash[1]:
MCHttpRepository location: 'http://smalltalkhub.com/mc/dkh/metacello/main' user: 'dkh' password: ''
That's probably where I copied the link from to look at the full list of packages ...
_I_ didn't do the omitting:)
Dale