I upgraded to 1.8 and all was well until I changed out a cert and deleted my auth folder. Now I get prompted for my passphrase for my p12 cert on each command that touches the repo.
These are my settings in the servers file:
store-ssl-client-cert-pp-plaintext = no
store-ssl-client-cert-pp = yes
password-stores = windows-cryptoapi
ssl-client-cert-file = C:\Users\creager\AppData\Roaming\Subversion\cert.p12
If I do an svn ls on the repo I get prompted for the passphrase (each time I try it)
c:\workspace>svn ls https://hp-dfe.csd200a.com/svn/hp-dfe/comps
Passphrase for 'C:\Users\creager\AppData\Roaming\Subversion\cert.p12'
Note:
- I tried moving the password-stores = windows-cryptoapi to the config file as I noticed it in there, but same result.
- Also added these two settings, same issue:
store-passwords = yes
store-auth-creds = yes
Last updated