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

Source Control error during solutions opening #19

Open
Yawn0 opened this issue Aug 3, 2021 · 6 comments
Open

Source Control error during solutions opening #19

Yawn0 opened this issue Aug 3, 2021 · 6 comments

Comments

@Yawn0
Copy link

Yawn0 commented Aug 3, 2021

In our working group we are using AnkhSVN to manage projects.
Since march/april every time we open up a solution this message box that says : "the source control provider associated with this solution could not be found. The project will be treated as not under source control. do you want to permanently remove the source control bindings from the projects?" opens.

We cant figure out how to fix this problem.
We are using Visual studio Enterprise 2017 an the latest version of AnkhSVN.
Screenshot 2021-08-03 120418
Screenshot 2021-08-03 120335

@Yawn0 Yawn0 changed the title Error during solutions opening Source Control error during solutions opening Aug 3, 2021
@rhuijben
Copy link
Member

Did you get an initial load error an AnkhSVN on an earlier start of Visual Studio?

Looks like the main package is somehow disabled.

@Rand-Random
Copy link

Rand-Random commented Nov 2, 2021

We fixed the issue by manually specifing the provider in the csproj file

<PropertyGroup>
    <SccProjectName>Svn</SccProjectName>
    <SccLocalPath>Svn</SccLocalPath>
    <SccAuxPath>Svn</SccAuxPath>
    <SccProvider>SubversionScc</SccProvider>
</PropertyGroup>

We couldn't find a solution for projects that aren't in the new SDK style.

I believe it is related with async plugins load where simply the ankh plugin gets loaded after the message box.
It doesn't always happen, so I tend to believe some sort of race condition.

@rhuijben
Copy link
Member

rhuijben commented Dec 9, 2021

Hmm, interesting.. Haven't seen this issue myself yet, but my current employer works with git so I don't see these cases that often any more. Patch or reproduction recipe for somebody with AnkhSVN debugging setup would be very useful.

@rhuijben
Copy link
Member

rhuijben commented May 2, 2022

This could be relatated to issue #44, which just got a workaround.

@rhuijben rhuijben closed this as completed May 2, 2022
@rhuijben rhuijben reopened this May 2, 2022
@Yawn0
Copy link
Author

Yawn0 commented May 3, 2022

The only solution we could find was to pass to a previous stable version of Ankh SVN

@rhuijben
Copy link
Member

rhuijben commented May 3, 2022

Would it be possible that you or a colleague tests the last build from GitHub Actions, to see if it fixes this issue for you?

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

3 participants