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
So I tried all methods you proposed and it didn't work. Solution for me was:
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.