The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120821

subclipse (svn) asking for username password all the time in eclipse

one of our programmers had a problem in eclipse where every time she did anything related to svn, it would ask her for her username and password, even if she chose to "remember password". it wouldn't remember the password.

to fix this i simply deleted the subversion folder in the home folder:
/home/me/.subversion

now open a terminal and list the remote repository, e.g.:
svn list https://mycompany.no/repos/myrepo/trunk

accept permanently

if the wrong username comes up when subversion asks you to identify yourself just hit "Enter" and you can type in the correct user name.

No comments:

Post a Comment