Just in case this helps, the mosrs-auth is only required when checking out or committing a rose/cylc suite, so in general the authentication in not required all the time.
For research purposes it seems ok to just enter the name and password when running the mosrs-auth with no authentication caching.
That may not suite your purposes though … but may start you running if you are currently feeling stuck.
I’m going to look into the python calls within the mosrs-auth script and try to get a minimum working example up and running in python.
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
7
I assume you’re putting your actual username in that file and are obscuring it for security, which is good practice.
On that assumption it is worth checking the whole ~/.subversion/servers file. I had an error when I added something like that to the end, but there was already a [groups] defined, so it threw an error to that effect that was swallowed by the mosrs-auth script.
Thanks for chasing down this error @Paul.Gregory - I’ve just come back to checking out suites and had this exact issue. Fixed by removing the # set to your username comment
I just blindly copied the mosrs-auth auth cacheing advice into my subversion config file and left the comment there
A win for the ACCESS-Hive and one less thing I have to bug Scott with