Right now find a problem of svn, ubuntu system(Ubuntu 14.04.3 LTS), execute svn command in terminal every time need to enter password explicitly. See below: $ svn --version svn, version 1.8.8 (r1568071) compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu svn checkout https://svn.foo.com/svn/server/bar cd bar $ svn log|head Authentication realm: <https://svn.foo.com:443> VisualSVN Server Password for 'foo': why every time need I to type password? How could I store it ? And official doc do not tell how to store password explicitly, so it seems svn default store password. If I miss something please tell me?
In addition I also post it on stackoverflow(http://stackoverflow.com/questions/34311891/why-every-time-execute-svn-command-need-type-password-explicitly/34312027#34312027)