Thursday, May 13, 2010

Setting SSL certificates for svn and svnX and other svn clients

On Mac OSX locate your .subversion directory usually under the user home directory.
cd into it and edit the servers file with your editor of choice.

Add the following line under the [global] section
ssl-client-cert-file = /Users/[your_user_account]/.subversion/auth/[CERT_FILE]

This will cause the subversion server that requires a certificate to ask you for a password the first time. After this you don't need to keep specifying the file location or password.

No comments:

Post a Comment