Subversion's lost its Choices
Chris Mahoney (1684) 2165 posts |
Hi everyone, I just tried to use the “svn” command-line utility for the first time since updating from OS 5.28 to 5.30 and it seems to be failing to read its choices. I’ve always had my authentication details saved, but now it’s prompting me for a username and password every time I do something. I renamed the Are there any other Subversion users here and have any of you run into the same issue? I’m running version 1.6.12, which reports itself as compiled on 2011-03-08 but I’m sure that’s not correct as I remember needing to update it for Armv8/SWP (I suspect it’s reporting the date the original Unix version was released). |
David Pitt (9872) 363 posts |
This is the current subversion on PackMan. *svn --version svn, version 1.6.23 (r1485506) compiled Oct 19 2021, 21:23:06 Here, on first run it writes its ‘choices’ to UnixHome. There appears to be support for RISC OS Select? Choices in the app but it does not do anything. |
Chris Gransden (337) 1207 posts |
That path should be, /SCSI::HardDisc4.$/!BOOT/Choices/.subversion/servers I think what’s happening is Choices is getting expanded to a RISC OS path which is then appended with a unix path. https://www.riscosopen.org/forum/forums/11/topics/18752#posts-142651 |
Chris Mahoney (1684) 2165 posts |
Well done. I can confirm that the problem goes away after replacing SetChoices with the version from DesktopBoot 1.30. I’ll have a further play later but now we’re on the right track. Thanks :)
I wonder why it’s not showing me any updates. Something to investigate later. |
Chris Mahoney (1684) 2165 posts |
Yep, it does indeed seem to be because Choices is now an absolute path instead of simply Boot:Choices.
It was a very simple reason: I was not using a PackMan-managed copy of Subversion. That’s because the version in there doesn’t have the “ra_neon” module ( |