JohnstonCode / svn-scm

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

Fails on revision > 100000 #1566

Closed psteiner closed 2 years ago

psteiner commented 2 years ago

Issue

Steps to Reproduce

No specific steps to reproduce the error. The SVN plugin no longer allows commits, or show SVN state after repository passed revision 100000

SVN Output

Using svn "1.14.0" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[dev]$ svn info --xml c:\Dev\CI\updates\dev\helpers\AE\copyArincData.pl
[dev]$ svn info --xml
[Tools]$ svn stat --xml --no-ignore --ignore-externals
[Tools]$ svn info --xml
[dev]$ svn cat helpers\AE\copyArincData.pl
[dev]$ svn list c:\Dev\CI\updates\dev\helpers\AE\copyArincData.pl --xml
[gpd_common]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[dev]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[Tools]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[dev]$ svn stat --xml --no-ignore --ignore-externals
[gpd_common]$ svn update --ignore-externals
[gpd_common]$ svn stat --xml --no-ignore --ignore-externals
[gpd_common]$ svn info --xml
[gpd_common]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[gpd_common]$ svn info --xml c:\Dev\CI\updates\gpd_common
[dev]$ svn update --ignore-externals
[dev]$ svn stat --xml --no-ignore --ignore-externals
[dev]$ svn info --xml
[dev]$ svn stat --xml --no-ignore --ignore-externals --show-updates

Screenshots

psteiner commented 2 years ago

Seems this is not a bug, no longer failing after disabling/reenabling the extension! Restarting VSCode did not fix the problem, I had to disable/enable the extension.