March 5, 2016
11:08 a.m.
Hi, is it possible to add credentials to an existing repo via a script? I've tried something like ~~~~~~~~~~~~~~~~~~~~~~~~~ |repo| repo := MCSmalltalkhubRepository allInstances detect: [ :each | each location includesSubstring: 'Pharo50Inbox' ]. repo user: 'peteruhnak'; password: '******' ~~~~~~~~~~~~~~~~~~~~~~~~~~ but it has no effect. Thanks, Peter