On Sun, 20 Dec 2020 09:05:52 +0100, Bo Berglund <bo.bergl...@gmail.com> wrote:
>>If you do get a list of credential caches that the SVN client >>recognizes, then you should pick one and ensure it is setup correctly. > >How do I "pick one"? >Inside the ~/.subversion/config ot ~/.subversion/servers files???? >And how to "setup"? So I made the following test: 1) Modified the ~/.subversion/config file (note NOT the servers file as suggested in another thread): Uncommented the following line: password-stores = gpg-agent,gnome-keyring,kwallet 2) Rebooted the RPi just to get rid of possible cached stuff 3) Edited a documentation file in the project I am working on and issued the svn ci command. 4) After entering the log message a login dialog appeared in the PuTTY terminal, where I could enter my subversion login. 5) Then the commit worked! So it seems like the svn config file must be modified and then it starts working again. Thanks! -- Bo Berglund Developer in Sweden