If I use any svn command communicating with the remote server I get the following error:
Error validating server certificate for \'https://...\':
-
Fix (for Unix):
svn.ssl.server is on ~/.subversion/auth
Change Owner recursively on ~/.subversion/auth or delete:
delete - ~/.subversion/auth/svn.ssl.server
owner - chown -R $USER ~/.subversion/auth
Open the command prompt and run svn list https:...
p.Have Fun !