Eclipse keeps asking for svn password

后端 未结 12 1618
遇见更好的自我
遇见更好的自我 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条回答
  •  猫巷女王i
    2021-02-02 11:34

    So I tried all methods you proposed and it didn't work. Solution for me was:

    1. Right click on TortoiseSVN
    2. Settings
    3. Network
    4. Subversion server file, button 'Edit'
    5. I added:

      [groups] group_name = group_address

      [group_name] http-proxy-exceptions = proxy_exceptions

      http-proxy-host = proxy_host

      http-proxy-port = port_number

      store-passwords = yes

    where I filled group_name, group_address, proxy_exceptions, proxy_host, port_number and checked 'yes'.

    Hope it works for you.

提交回复
热议问题