svn-scm icon indicating copy to clipboard operation
svn-scm copied to clipboard

Remote (ssh) connection resets frequently when svn view is opened

Open diptopandit opened this issue 3 years ago • 0 comments
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

  1. Open any remote (ssh) workspace in VSCode
  2. Open the SVN view in side bar. - in few second VSCode will prompt to reload the window.
  3. Reload the window, keeping the SVN view open. the remote connection is established and disconnects quickly, going back to step 2.
  4. 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

Screenshot 2021-12-27 at 12 29 56 PM

diptopandit avatar Dec 27 '21 07:12 diptopandit