JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

VSCode SVN Extension is not authenticating with the SVN Server. #1589

Closed tarekahf closed 6 months ago

tarekahf commented 1 year ago

Issue

Just today, SVN is not authenticating with the server only from VS Code. Authentication is working from Eclipse as well as from TortoiseSVN.

Steps to Reproduce

  1. Open VS Code
  2. Get prompt to authenticate
  3. Enter credentials
  4. Seeing errors in SVN Log Output

SVN Output

[SCB_MQ]$ svn: E215004: No more credentials or we tried too many times.
[SCB_MQ]$ Authentication failed
[SCB_MQ]$ svn log -r HEAD:1 --limit=50 --xml -v https://some.svn.host/svn/path/to/repo/FileName.java
[SCB_MQ]$ svn: E170013: Unable to connect to a repository at URL 'https://some.svn.host/svn/path/to/repo/FileName.java'
[SCB_MQ]$ svn: E215004: No more credentials or we tried too many times.
[SCB_MQ]$ Authentication failed

Screenshots