Fixing Coda SVN certificate permission errors
I’m a big fan of Coda, but I had a lot of trouble getting source control to work properly. After creating a site and setting the local root folder, I kept receiving the following error:
Could not retrieve status.
svn: OPTIONS of ‘https://campuslive.slsapp.com/source/campuslive/branches/3.146.0_to_ux’: Server certificate verification failed: Issuer is not trusted (https://www.campuslive.slsapp.com)
To fix this, you should check the SVN path that Coda is using, and compare that to the output of “which svn” at your command line.
Coda was looking here:
/usr/bin/svn
My local SVN installation was looking here:
/opt/subversion/bin//svn
Changing the path in Coda fixed the problem for me.
Related posts:
Posted in Web Development
