Eclipse keeps asking for svn password

后端 未结 12 1610
遇见更好的自我
遇见更好的自我 2021-02-02 11:15

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

12条回答
  •  感情败类
    2021-02-02 11:21

    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
    

提交回复
热议问题