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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -