Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown

Under Eclipse running on OS X I have been running into issues with Subclipse ignoring "Accept Permanently" when the "Accept Digital Certificate" dialog is shown when updating or committing to the repository. How can this issue be resolved so that the dialog does not appear every time I interact with the repository?

like image 740
rjzii Avatar asked Sep 20 '11 14:09

rjzii


1 Answers

Best thing to do is to just make Subversion reconfigure itself and the way to do this is as follows:

  1. Close Eclipse and any programs that might be using Subversion.
  2. Open the terminal and go to you home directory (i.e. ~).
  3. Remove the .subversion directory (i.e. rm -rf .subversion).
  4. Restart Eclipse and update your local repository, you will be prompted to accept the certificate. Once accepted it should be stored and you should be good to go.
like image 89
rjzii Avatar answered Sep 27 '22 18:09

rjzii