Den lör 20 aug. 2022 kl 12:20 skrev Olaf van der Spek <olafvds...@gmail.com >:
> Hi, > > On a Debian 11 system with Subversion 1.14.1-3+deb11u1 I'm trying to > store passwords. > > In /etc/subversion/config I've got: > [auth] > password-stores = > > # cat /etc/subversion/servers > [global] > store-passwords = yes > store-plaintext-passwords = yes > > But still it's asking for the server every single time. What am I missing? > Check the available authentication credential caches: [[[ $ svn --version [...] The following authentication credential caches are available: * Plaintext cache in /home/daniel/.subversion * Gnome Keyring * GPG-Agent * KWallet (KDE) ]]] If you are missing the Plaintext cache then your distribution compiled Subversion without the support for storing passwords in the plaintext cache. (The compile-time option changed in Subversion 1.12 to disable the plaintext cache unless explicitly enabled). This has been a source of many questions and a lot of confusion during the years. Recently, a script was developed that will allow you to store the password even if your svn binary will not. Please be aware of any security implications of storing the password in plaintext. See https://subversion.apache.org/faq.html#plaintext-passwords for more information including a link to the aforementioned script. Kind regards, Daniel