Hi, After upgrading the version of our svn server from 1.7 to 1.8, I'm not able to access from command line, for example, if I run* svn co* followed by the project svn URL here is what I get:
[root@FPROD ~]# svn list https://svn-repo/svn/repos/project/trunk Error validating server certificate for 'https://svn-repo:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. Certificate information: - Hostname: T02PROD - Valid: from Nov 11 07:23:00 2013 GMT until Nov 11 07:23:00 2014 GMT - Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState, -- (root@T02PROD) - Fingerprint: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX (R)eject, accept (t)emporarily or accept (p)ermanently? p After accepting certificate, nothing shows and it remains planted until I tape* 'Ctrl + C"* to cancel it. Before upgrading svn server version, this problem never shows up and when I tought that is was related to the upgrade, I found that from one of the machines, where installed version 1.6 of svn client, accessing svn repo works fine. The only thing that comes in mind seeing this is that there is some sort of incompatibility between svn client 1.7 and svn server 1.8, but I'm not sure, it may be also because something is missing in my svn client installation. Hope you could help me solving this issue. Thanks in Advance Regards, Mehdi