VisualHg Crashing VS2010 mercurial plugin - visual-studio-2010

Whenever i try VisualHG commits visual studio is crashing? any idea why this is happening?
or is there any better plugin than this for vs2010 and mercurial
Thanks.

Here is another mercurial plugin for MS Visual Studio 2008/2010.
http://www.newsupaplex.pp.ru/hgscc_news_eng.html

Related

Can I Use Visual Source Safe with Visual studio 2013?

Can i use visual source safe with visual studio 2013 ?
I can only see GIT and Team Foundation ...
Thanks.
I found the solution :
Tools->Options->Source Control->Plug-in Selection and change the plug in to the Visual SourceSafe.
Adding a solution to source control will launch the old VSS.
I haven't seen an answer for this question so i'd leave the question for others who stumble upon it.
You should note that SourceSafe has a long list of problems and annoyances.
Why don't you migrate to something more stable like TFS, Subversion, or Git?
Yes you can use it in visual studio 2013.

Ankhsvn not integrated to Visual Studio 2010

I have a website project that has been subversioned already. I have installed ankhsvn but when I open the website project in Visual Studio 2010 it doesn't show the version control icons in the Solution Explorer. Any idea why that might be?
Thanks
Did you enable AnkhSVN in Tools->Options->Source Control?
When it is the default SCC provider it should automatically detect that your (C# ?) website project is already in Subversion.
If you are using Express Versions of Visual Studio 2008/2010/2012, note that AnkhSVN does not work with Express versions. In my case (VS 2012) the solution above does not work because AnkhSVN is not available in Tools -> Options -> Source Control -> Plugin Selection. Express versions do not allow Addin.
https://stackoverflow.com/a/12509780
This is an old question, but after installing Ankh I had to run
"d:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup
to get Ankh to show up in the source control plugin selection list. This seems to happen intermittently with new plugins.
I had a similar problem and got it fixed when I uninstalled and reinstalled AnkhSVN. Doing a repair wasn't enough.
I had the same problem. The only solution for me was to remove Registry keys explained in Visual Studio 2012 Extension Issues.

StarTeam Integration with Visual Studio under windows Vista is being closed?

When the Solution is checked out from the StarTeam project to the local working folder, the Visual Studio 2005 IDE is closed automatically.
Is there any patch for this?
Looks like Visual Studio 2005 IDE doesn't like its solutions being switched while it is running.
Suggest you start by checking-out the relevant Solution, and only then launch the Visual Studio 2005 IDE.

Visual Studio Add-in: SVN vs CVS

I have a CVS add-in to Visual Studio. The add-in writes to the output window everything I do (commiting, editing, etc.).
I built a macro that takes the output window and uses it to my own purpose.
Now I moved to SVN, and I use the VisualSVN as add-in to the Visual Studio. But there is no SVN add-in that writes to the VS' output window.
Is there anything that can help me do that?
Thanks,
Oded.
There is a plug-in named AnkhSVN available on Collabnet, is one of the best add-on for Visual Studio for SVN client.
It is available at http://ankhsvn.open.collab.net/
Tam Tam CVS seems to do exactly what you need:

Mercurial integration into Visual Studio 2005?

Is there a way of integrating Mercurial into Visual Studio 2005? We'd like to be able to do checkin's, see history, etc. directly from the IDE.
A hyperlink is worth a thousand words ;-)
http://www.newsupaplex.pp.ru/hgscc_news_eng.html
VisualHG which in turn needs TortoiseHG

Resources