TortoiseSVN keeps on asking me for my password

前端 未结 8 1288
日久生厌
日久生厌 2021-01-03 23:49

I have source code checked out on my Linux machine. I connect to it via Samba. On a Linux machine, the SVNROOT is set to @. In addito

8条回答
  •  囚心锁ツ
    2021-01-04 00:34

    If your path to repo is like svn+ssh://server@hostname/path/... and you have password to access it, you can solve it in network settings like this:

    Settings -> Network -> SSH client

    C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -pw [password]

    TortoiseSVN SSH Network Settings

提交回复
热议问题