coda

Posts Tagged ‘coda’

If you’re checking out an SSL hosted SVN repository in Coda you may receive the following error:
Server certificate verification failed: issuer is not trusted
This error is because the SSL hasn’t been trusted by your system. To fix this complete the following:

Open Terminal (Applications/Utilities/Terminal)
Enter the following: svn list https://www.example.com/svn/ –username user replacing the URL and username [...]

Continue Reading -»