error while committing to gemstone respository : ZnHttpUnsuccessful : 501 Not Implemented

StackOverflow https://stackoverflow.com/questions/15982586

  •  03-04-2022
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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: ''
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top