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: TortoiseSVN 1.10.0
svn, version 1.10.0-dev (under development)
compiled Apr 14 2018, 10:24:15 on x86-microsoft-windows
Issue
After deleting some bug.py, pylint errors for bug.py stay around. I could repro this with python and with latex files. I have reported microsoft/vscode#49187
yet I am told this has to do with extensions. I have reported microsoft/vscode-python#1235
but am told they cannot reproduce.
Steps to Reproduce
In Windows Explorer:
Create folder "Repo" somewhere
Using TortoiseSVN, "create repository here"
Create folder "Work" somewhere
Checkout from "Repo"
In VS Code:
Install Python extension
Using Ctrl-K-O, open "Work"
Ctrl-N, type "öäü", Ctrl-S, save as "bug.py"
Click the "(x) 1 /!\ 0" in the status bar (bottom left) to open "Problems". Note the problem (undefined variable öäü).
Right-click "bug.py" in "Work", Delete
Note the problem sticks around.
SVN Output
Using svn "svn, version 1.10.0-dev (under development)" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[xyz]$ svn info --xml
[xyz]$ svn stat --xml --no-ignore --ignore-externals
[xyz]$ svn info --xml
[xyz]$ svn log -r BASE:HEAD -q --xml
[xyz]$ svn stat --xml --no-ignore --ignore-externals
[xyz]$ svn cat bug.py
svn: warning: W200005: 'C:\Src\xyz\bug.py' is not under version control
svn: E200009: Could not cat all targets because some targets are not versioned
svn: E200009: Illegal target for the requested operation
[xyz]$ svn stat --xml --no-ignore --ignore-externals
[xyz]$ svn stat --xml --no-ignore --ignore-externals
The text was updated successfully, but these errors were encountered:
Would you please care to explain why you closed this? I have a reproducible bug that occurs with a combination of VS Code, Python extension and Subversion extension. I reported it to all three and everyone is closing their issues. What is the proper way to get this fixed?
svn, version 1.10.0-dev (under development)
compiled Apr 14 2018, 10:24:15 on x86-microsoft-windows
Issue
After deleting some bug.py, pylint errors for bug.py stay around. I could repro this with python and with latex files. I have reported
microsoft/vscode#49187
yet I am told this has to do with extensions. I have reported
microsoft/vscode-python#1235
but am told they cannot reproduce.
Steps to Reproduce
In Windows Explorer:
In VS Code:
SVN Output
The text was updated successfully, but these errors were encountered: