tags:

views:

144

answers:

1

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
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