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

Version history doesn't work in VS2017 #8

Closed
lvtgef3 opened this issue May 18, 2021 · 10 comments
Closed

Version history doesn't work in VS2017 #8

lvtgef3 opened this issue May 18, 2021 · 10 comments

Comments

@lvtgef3
Copy link

lvtgef3 commented May 18, 2021

After the automatic update today (18.05.2021) the version history doesn't work any more in VS2017 professional under Windows 10.

@lvtgef3 lvtgef3 changed the title Version history doesn't work Version history doesn't work in VS2017 May 18, 2021
@rhuijben
Copy link
Member

Can you explain what you see that doesn't work? If you see an error, please post that here.

And also please verify that you have AnkhSVN 2.9.51 (or later), see Extensions or the About dialog. We issues multiple releases in the last 24 hours.

@lvtgef3
Copy link
Author

lvtgef3 commented May 18, 2021

No error appears. The history window opens but there are no items. I use AnkhSVN 2.9.5.1

@fxandrei
Copy link

We have the same problem on multiple clients. The window appears, no error, just nothing shows up.
Are there any logs anywhere that we can check ?

@Bahamuttg
Copy link

Bahamuttg commented May 18, 2021

Same... Reverting back to previous version while we wait for a fix.

@rhuijben
Copy link
Member

Could one of you having this issue check if the VSIX on https://github.com/AmpScm/AnkhSVN/actions/runs/853680940 fixes your issue?

It looks like this fixes this for me... Surprised that the same code works on VS2019.

@jadonclegg
Copy link

Could one of you having this issue check if the VSIX on https://github.com/AmpScm/AnkhSVN/actions/runs/853680940 fixes your issue?

It looks like this fixes this for me... Surprised that the same code works on VS2019.

The 2017-2019 version fixes the subversion history for me in VS 2017

@jadonclegg
Copy link

While the version history is fixed, if I try to go to Pending Changes -> Update -> Merge Solution, and keep the default 'Merge a range of revisions' option selected, and hit next, VS freezes and eventually crashes with no error window.

@rhuijben
Copy link
Member

rhuijben commented May 18, 2021

@jadonclegg I separated this from the original issue.
Later VS2017 and now VS2019 forced us to switch to a more asynchronous coding model, which somehow breaks some commands that we already implemented asynchronously... mysteriously for VS2017 only, while I would have expected VS2019 to be stricter.

I will see what I can do. I'm glad the most important commands are mostly working again with the new unified VS2017-2019 package. I hope we can switch back to slightly larger and better tested releases soon. Help would be very welcome as reviving the project is mostly a one man show now.

@rhuijben
Copy link
Member

Please re-open if this isn't fixed for you. Please post new issues for other use cases that fail in VS2017 (or VS2019)

@lvtgef3
Copy link
Author

lvtgef3 commented May 19, 2021

Great work. Thank you very much :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants