Thanks!
I did below works and now it doesn't need to input password  when execute svn 
COMMAND.
# foo is my current login username
which svn
-rwxr-xr-x 1 foo foo 266528  8?? 20 21:19 /usr/bin/svn
rm -rf .subversion
svn checkout https://svn.foo.com/svn/server/bar
cd bar
svn log|head


And before I installed subclipse in eclipse mars and there is such a hint, 



I don't know if previous failure of storing password due to this. 
In addition I installed subversion by below command
sudo apt-get install subversion


------------------ ???????? ------------------
??????: "Andreas Stieger";<andreas.stie...@gmx.de>;
????????: 2015??12??16??(??????) ????10:25
??????: "??????"<13656635...@qq.com>; 
????: "users"<users@subversion.apache.org>; 
????: Aw: Why every time execute svn command need type passwordexplicitly



?????? wrote:
> execute svn command in terminal every time need to enter password explicitly. 

You have either configured your client to never store passwords 
(store-auth-creds,store-passwords,store-plaintext-passwords), or rather not 
enable it if there is some default in your distribution... Check your local 
client configuration. Also the client is unable to store credentials, e.g. when 
it's unable to write to it's home directory.

Andreas

Attachment: 032BC64B@E5DC883F.5B207256.png
Description: Binary data

Reply via email to