Is there a way to commit code via SVN without SVN asking for a 'Client certificate filename' all the time?
+1
A:
In your client you should be able to configure the path to the client certificate, see the subversion docs
[examplehost]
ssl-client-cert-file = /path/to/my/cert.p12
ssl-client-cert-password = somepassword
Dave Bacher
2010-02-25 21:04:28
Thanks! I don't think I will use the ssl-client-cert-password because I would not want a password displayed in plain-text unless there is a way to store it encrypted.
Sam
2010-02-25 21:46:03