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?
Best thing to do is to just make Subversion reconfigure itself and the way to do this is as follows:
.subversion
directory (i.e. rm -rf .subversion
).