how I can cancel the password of svn list. When I execute svn list it is Requests the password twice. I need to execute it without password.
Asked
Active
Viewed 81 times
0

Lucas Kauffman
- 16,880
- 9
- 58
- 93

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
-
do you have direct access to the host on which your svn repositorys reside ? – user9517 Sep 22 '10 at 09:53
-
i need anything to cancel password and i i can direct access ..why not ? – Mohammad AL-Rawabdeh Sep 22 '10 at 10:03
1 Answers
1
I'm guessing that you are trying to use one of the files you have created based on answers to other questions. If you are trying to run commands of the form
svn list svn+ssh://svn.xxx.com.jo/var/lib/svn/repos/b1me/products/payone/generic/code/core
If that's correct then log on to svn.xxx.com.jo and run the commands like this
svn list file:///var/lib/svn/repos/b1me/products/payone/generic/code/core

user9517
- 115,471
- 20
- 215
- 297