On 19 February 2013 20:51, phil@highoctane.be <phil@highoctane.be> wrote:
Got this thing biting me while testing the relase:
I added a project of mine from the ss3.gemstone.com system and the Monticello registration over there says:
MCHttpRepository location: 'http://ss3.gemstone.com/ss/HO-Experiments' user: 'PBK' password: ''
I add that into Pharo as a ss3 repository.
There I am asked for:
MCGemstoneRepository location: 'http://ss3.gemstone.com/ss/' user: '' password: ''
Where/what is "there"? Something's prompting you to fill in repository details and autofilled it with an MCGemstoneRepository declaration?
I didn't noticed the MCGemstoneRepository instead of MCHttpRepository and copy/pasted as usual.
Then, error.
Took a minute to see why and get my mcz back.
So, either SS3 has to change the registration information or Pharo does something weird with SS3. I don't know.
Guess I need to put things in SmalltalkHub :-)
Well, ss3 is just an HTTP Monticello repository service. It's not ss3's fault that something else mentioned MCGemstoneRepository. frank
Phil