please how i can give "svn list" password as argumant ... because when i execute this command it require password .... i want it without password
Asked
Active
Viewed 756 times
2 Answers
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
-
i use "svn+ssh" .... please you can give me more detail – Mohammad AL-Rawabdeh Sep 13 '10 at 13:52
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
-
mmm ... i use "svn+ssh" ... please if you can explan this step by step – Mohammad AL-Rawabdeh Sep 13 '10 at 13:53