svn-scm
svn-scm copied to clipboard
Remote (ssh) connection resets frequently when svn view is opened
trafficstars
- VSCode Version: 1.63.1 (Universal) Commit: fe719cd3e5825bf14e14182fddeb88ee8daf044f (and earlier)
- OS Version: macOS Big Sur 11.6.1 (20G224)
- Extension Version: v2.15.2
- System Language: English
- SVN Version: 1.10.2 (r1835932)
Issue
When the svn any of the view is opened in sidebar, the ssh connection to remote workspace disconnects. VSCode prompts to reload the window, and after reloading it disconnects again if the SVN view is still open.
Steps to Reproduce
- Open any remote (ssh) workspace in VSCode
- Open the SVN view in side bar. - in few second VSCode will prompt to reload the window.
- Reload the window, keeping the SVN view open. the remote connection is established and disconnects quickly, going back to step 2.
- Reload the window again and quickly switch to different view (file explorer for example). The remote connection establishes and is stable now.
SVN Output
Using svn "1.10.2" from "svn"
[xxxx]$ svn info --xml /b/workspace/sandboxes/.../xxxx.h
[xxxx]$ svn info --xml
[yyyy]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[xxxx]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[xxxx]$ svn cat xxxx.h
[xxxx]$ svn list /b/workspace/sandboxes/.../xxxx.h --xml
[xxxx]$ svn stat --xml --no-ignore --ignore-externals
[yyyy]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[yyyy]$ svn info --xml
[xxxx]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[xxxx]$ svn info --xml
Screenshots
