Question

Seems to be a few Coda users here. Does anyone use SVN with a self-signed cert in Coda? It throws an error that the cert isn't valid, and doesn't give the option to ignore it. Is there any way to get it to work? I've emailed Panic support, and haven't heard back yet.

OTHER TIPS

In case Phil ever changes that URL:

  1. If you haven’t already, install svn for mac

  2. In a Terminal type svn list and your repos

    svn list https://www.example.com/svn/
    

Type p to confirm and the certification will be cached.

If you get svn command not found then open up the profile file and add /usr/local/bin to the PATH and try again

sudo nano /etc/profile
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top