Use of SVN list command without password -
when execute svn list
command, requests password twice. need execute without password. is possible?
i see you're using svn+ssh://
. means password prompts coming ssh, not svn itself. first thing need configure ssh passwordless authentication. common way using public keys.
the svn manual has tips configuring public key access.
for debugging problems ssh access, it's useful run ssh hand, this: ssh -v svn.sts.com.jo svnserve -t
.
Comments
Post a Comment