hello,

since I configure my svn server in https , any time I do a co or ci I get the server certificate presented and pompting me to accept it temporarly or reject it.
To prevent that I set in  ~/.subversion/servers
[global]
ssl-authority-files = /etc/pki/tls/certs/cachain.pem

Now, is there a way to allow that CA file globally to all users on the machine, because I don't want to ask each and every of my 200 students to edit their ~/.subversion/servers .
isn't there a global configuration file for that ?

Thanks .

Reply via email to