Question

while adding my project to ss3.gemstone.com/ss but when I do commit in monticello I get following error "ZnHttpUnsuccessful : 501 Not Implemented"

Was it helpful?

Solution

You need to specify the repository where you want to push to in your url. Your url points to the squeaksource base url, which is not valid.

For example:

MCGemstoneRepository
    location: 'http://ss3.gemstone.com/ss/MyProject'
    user: ''
    password: ''
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top