-1

please how i can give "svn list" password as argumant ... because when i execute this command it require password .... i want it without password

Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54

2 Answers2

1

Which protocol are you using with SVN? If you're using svn+ssh, you could deploy a SSH key on the server, use an SSH agent and not have to type passwords for any SVN command anymore.

There's tons of tutorials for that, e.g. http://pkeck.myweb.uga.edu/ssh/

raphink
  • 11,987
  • 6
  • 37
  • 48
1

How to provide password depends on your svn repository access method - you can supply it for http(s) I believe, but for svn+ssh you'll need to generate a public/private keypair and set up passwordless ssh. There are many tutorials for doing so

pjz
  • 10,595
  • 1
  • 32
  • 40