Coder Social home page Coder Social logo

Comments (6)

rhuijben avatar rhuijben commented on July 28, 2024

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

Looks like the main package is somehow disabled.

from ankhsvn.

Rand-Random avatar Rand-Random commented on July 28, 2024

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.

from ankhsvn.

rhuijben avatar rhuijben commented on July 28, 2024

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.

from ankhsvn.

rhuijben avatar rhuijben commented on July 28, 2024

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

from ankhsvn.

Yawn0 avatar Yawn0 commented on July 28, 2024

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

from ankhsvn.

rhuijben avatar rhuijben commented on July 28, 2024

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?

from ankhsvn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.