You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SVN Version: svn, version 1.9.7 (r1800392) provided by TortoiseSVN .9.7, Build 27907
Issue
Extension not working with svn+ssh//user@server/url using pageant keyring.
Steps to Reproduce
checkout via TSVN using the https-schema
Open Folder in vscode -> extension works, everything is shown
checkout via TSVN using the url-schema above
Open Folder in vscode -> extension seems to do nothing
SVN Output
Using svn "1.9.7" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn cat src\TEST.src
[playground]$ svn info --xml
[playground]$ svn stat --xml --no-ignore --ignore-externals --show-updates
[playground]$ svn log -r1:HEAD --stop-on-copy --xml --with-all-revprops --verbose
[playground]$ svn log -r HEAD:1 --limit=50 --xml -v svn+ssh://me@server/opt/svn/svnroot/playground/trunk/src/TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn info --xml c:\dev\playground\src\TEST.src
[playground]$ svn cat src\TEST.src
[playground]$ svn log -r HEAD:1 --limit=50 --xml -v svn+ssh://me@server/opt/svn/svnroot/playground/trunk/@
Note: when using these exact commands from cmd.exe I see a reasonable file (cat), and the changeinfo in xml format and the log.
Similar issue with the SVN Gutter extension (in this case standing on "Blamer started" in the status bar).
Screenshots
Still seen after waiting 6 minutes:
The text was updated successfully, but these errors were encountered:
While not having checked recently - does the svn+ssh protocol now work (then the state closed-not-planned is wrong)?
If not: is it explicit expected to not work (in which case the README should note that)?
Or does that still needs investigation per your 2020 plan?
Issue
Extension not working with svn+ssh//user@server/url using pageant keyring.
Steps to Reproduce
SVN Output
Note: when using these exact commands from cmd.exe I see a reasonable file (cat), and the changeinfo in xml format and the log.
Similar issue with the SVN Gutter extension (in this case standing on "Blamer started" in the status bar).
Screenshots
Still seen after waiting 6 minutes:
The text was updated successfully, but these errors were encountered: