0

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.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54

1 Answers1

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