Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown
Asked Answered
P

1

9

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?

Pisci answered 20/9, 2011 at 14:34 Comment(0)
P
19

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.
Pisci answered 20/9, 2011 at 14:48 Comment(2)
BTW: on Windows7 corresponding data is in directory similar to this: c:\Users\<username>\AppData\Roaming\Subversion\auth Just erase it's content and restart Eclipse.Resurrection
The path that worked for me on Windows XP was: C:\Users\\AppData\Subversion\authWimble

© 2022 - 2024 — McMap. All rights reserved.