AnkhSvn is installed but not working in Visual Studio 2013

It is there. Just change the source control options in visual studio to use Ankh instead of TFS. Go to Tools/Options/Source Control/Plug-in Selection, select the AnkhSVN plug-in. Then restart visual studio and you are good to go. Its working perfectly for me. Or reinstall the complete ankhsvn client. As this guy here: AnkhSVN settings menus … Read more

SVN keeps corrupting files with “

That happens when svn encounters a conflict: You changed a file, the file on the server was changed and it cannot (easily) be merged automatically. You need to decide what is the correct solution now. Subversion just adds the diff into your source file (and creates files next to it, called OriginalName.mine (unchanged) and OriginalName.rsomething … Read more

Why does it take sooo long to load my solution in Visual Studio?

I found a solution myself and I wanted to share it here, hoping that it might save someone quite a few hours of research and staring at the “Preparing solution…” dialog. When inspecting the devenv.exe process with Process Monitor, I found out that it is pretty busy with accessing the .svn directory. Here is what … Read more

Installation of AnkhSVN Visual Studio 2019

I have made a fork of the AnkhSVN project and published a version on Visual Studio Marketplace as AnkhSVN2019. This version targets only Visual Studio 2019. The page on the Visual Studio Marketplace is here: https://marketplace.visualstudio.com/items?itemName=PhilJollans.AnkhSVN2019 You can also find it by searching the Visual Studio Marketplace in Visual Studio. The project is on GitHub … Read more

tech