3

Hi I am looking into a Microsoft Source Code Control Interface (MSSCCI) compliant Mercurial Client for integrating Mercurial into my IDE (LabVIEW). I thought HgSCC was getting close since it claims it uses the MSSCC interface for it's integration with Visual Studio, however it doesn't turn op in LabVIEW as an option.

Does anybody know a MSSCCI compliant client or can verify that HgSCC is indeed such a client and LabVIEW is just lazy in recognizing this one? I looked at the registry key used by LabVIEW HKEY_LocalMachine\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders which only lists PushOK's SVNSCC client.

Ton Plomp
  • 3,020
  • 1
  • 18
  • 35

2 Answers2

3

The first version of HgScc was MSSCCI compliant.

You can get it here (http://www.newsupaplex.pp.ru/hgscc_news_eng.html), scroll at the very bottom to the news dated "24 may 2008". There you can find a download link. Also, that version was tested only with MSVS 2005/2008, so it may not work with LabVIEW.

The recent versions of HgSccPackage supports only MS SCC Package API (MSVS only), which is not MSSCCI compliant.

zz-sergant
  • 311
  • 1
  • 3
  • Thanks, this one at least shows up. I have however some issues with configuring, so I wait a little bit before accepting an answer. – Ton Plomp Jul 26 '10 at 18:38
2

Have you tried VisualHG?

Johannes Rudolph
  • 35,298
  • 14
  • 114
  • 172