When I execute svn list command, it requests the password twice. I need to execute it without password. Is is possible?
When I execute svn list command, it requests the password twice. I need to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I see you’re using
svn+ssh://. That means the password prompts are actually coming from ssh, not svn itself. So the first thing you need to do is configure ssh for passwordless authentication. The most common way to do that is using public keys.The svn manual has some tips for configuring public key access.
For debugging any problems with the ssh access, it’s sometimes useful to run ssh by hand, like this:
ssh -v svn.sts.com.jo svnserve -t.