Whenever I\'m trying to synchronize/update my projects with SVN repo it asks me for password. It drives me nuts, I\'m checking \"save password\" checkbox and it doesn\'t work at
None of the current answers worked for me in eclipse neon. Therefore I edited hash file in /.subversion/auth/svn.simple/[filename] I added password informarion:
K 15
svn:realmstring
V 51
Subversion Repository
K 8
username
V [length_of_username]
[username[
K 8
password
V [length_of_password]
[password]
END