JohnstonCode / svn-scm

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

“source control graph” runs continuously #1645

Open mixo712 opened 1 week ago

mixo712 commented 1 week ago

Issue

Since VsCode 1.94.1 update, “source control graph” runs continuously in the "Source controle" extension tab but seems to be OK in the Explorer/SVN tab

Steps to Reproduce

  1. update VsCode to 1.94.1
  2. Run VsCode on my SVN folder

SVN Output

(folders and file names are renamed for privacy)

Using svn "1.11.1" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[myRepository]$ svn info --xml 'c:\Users\myUserName\OneDrive - mycompany.com\myWorkspace\myRepository\MyEnv\mySchema\myFolder\PACKAGE\pkg_xxx_yyy.sql'
[myRepository]$ svn list 'c:\Users\myUserName\OneDrive - mycompany.com\myWorkspace\myRepository\MyEnv\mySchema\myFolder\PACKAGE\pkg_xxx_yyy.sql' --xml
[myRepository]$ svn info --xml
[myRepository]$ svn stat --xml --no-ignore --ignore-externals
[myRepository]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[myRepository]$ svn info --xml
[myRepository]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[myRepository]$ svn info --xml

image image

Thanks for help.

suchja commented 1 week ago

Same here on macOS

As I just started using this extension I cannot say whether the problem existed before.