sön 12 jan. 2025 kl. 18:30 skrev Bo Berglund <bo.bergl...@gmail.com>:
> On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt > <subversion-2...@ryandesign.com> wrote: > > >On Jan 12, 2025, at 01:45, Bo Berglund wrote: > >> > >> I am not specifically interested in a *plaintext* password store, what > I want is > >> to store the passwords locally (encrypted is fine) and accessible by > svn when > >> the system does not have a GUI desktop. > > > >As far as I know, a plaintext password is the only option for storing a > >Subversion password on a GUI-less system. > > OK, but how do I enable it on subversion then? > > I think I saw in one of the many posts and docs on the subject I have read > that > subversion is no longer complied with the plaintext option.... > > I don't know if this is true or not but then everyone with a headless and > GUI-less Ubuntu server is not able to use subversion???? > Strange. Did you read the FAQ entry I sent? As you saw in your own post (the output from svn —version), the plaintext cache was missing from your distribution’s binary package. But you can use the script to push a password to the plain text cache. >From Subversion 1.15, much based on your previous threads, we have changed the compile time defaults to once a gain enable the plain text cache (but it is entirely possible that your distribution will disable it). Why plain text you might ask. Well, we have encrypted stores available. But they are not very well suited for scheduled jobs since there is no user to unlock the keyring. And if the keyring is not locked, then there isn’t a big difference compared to storing the password in plain text. Cheers Daniel