Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSVN extension operates on wrong file if the file is not in the solution. #73

Closed
mpghf opened this issue Aug 11, 2021 · 3 comments
Closed
Assignees
Labels

Comments

@mpghf
Copy link

mpghf commented Aug 11, 2021

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:

  • 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.

@sboulema sboulema self-assigned this Oct 13, 2021
@sboulema sboulema added the bug label Oct 13, 2021
@sboulema
Copy link
Owner

Please try the new release! 🚀

@klylesatepic
Copy link

This works for me in version 5.2.3 (I saw the issue in version 5.1.735) with VS 2019 version 16.11.4. Thanks for fixing this issue!

@mpghf
Copy link
Author

mpghf commented Oct 14, 2021

The new version (5.2.3) works for me. Thanks for the fix.

@mpghf mpghf closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants