You are not logged in.

#1 2019-06-17 12:32:12

burcyril10
Member
Registered: 2019-06-17
Posts: 2

subversion 1.12.0-1 not saving credentials

Hi,

I've come across an annoying problem where subversion 1.12.0-1 isn't saving my password as plaintext in its config.

It saves my username correctly but refuses to store the password.

I downgraded to 1.11.1-1 which can save my password. 1.12.0-1 can subsequently read the password saved but does not save new ones. 1.12.0-3 does not fix the issue.

I have the necessary
[auth]
password-stores =

In .subversion/config

And
[global]
store-passwords = yes
store-auth-creds = yes
store-plaintext-passwords = yes

In .subversion/servers

This feels like an upstream problem and a quick search of the JIRA doesn't reveal anything. If I don't have to jump through too many hoops to sign up and report it there I'll do that and post a link here.

Thanks.

Offline

#2 2019-06-17 12:34:14

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,988
Website

Re: subversion 1.12.0-1 not saving credentials

It's not a bug, it's a feature.
https://subversion.apache.org/docs/rele … provements

Last edited by schard (2019-06-17 12:36:04)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#3 2019-06-17 12:49:29

burcyril10
Member
Registered: 2019-06-17
Posts: 2

Re: subversion 1.12.0-1 not saving credentials

Ah, well thanks.

I see their motivation but this is annoying.

Offline

Board footer

Powered by FluxBB