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
If I open a file, and that file is not in the solution (the file is in SVN), the context menus operate on the previous file that was operated on by the TSVN extension, not the file in question.
So:
Open a .sln file
Open main.cpp that is in that solution.
Right click on the file and select Show Log. Works correctly.
Now:
Open a file test.cpp that is not in the solution, but is in SVN.
Right click on test.cpp and select Show Log. Shows log for main.cpp
I open test.cpp by dragging and dropping the file into VS, or by using the File->Open->File menu.
The text was updated successfully, but these errors were encountered:
Using version 5.1.735.
If I open a file, and that file is not in the solution (the file is in SVN), the context menus operate on the previous file that was operated on by the TSVN extension, not the file in question.
So:
Now:
I open test.cpp by dragging and dropping the file into VS, or by using the File->Open->File menu.
The text was updated successfully, but these errors were encountered: