Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mercurial and SQL Server Management Studio GUI plugins?

Does no such plugin exist?

So to be clear, I realize that RedGate has their own SSMS SCC app, and I realize that VSS2k5 will integrate in. I'm looking to stay with Hg as that's where my source already is, and I'ld like to find something that my team can stay consistent with on their tools.

As is, I guess I'm going to have to just run it through TortoiseHg and a folder with manual maintenance. Which isn't terrible, but naturally it would be nicer if there was an app pre-existing that I could consume.

And no, I don't have the time or inclination to write one myself. Not before Summer 2011.

Thoughts or ideas?

like image 809
jcolebrand Avatar asked Oct 21 '10 21:10

jcolebrand


2 Answers

There are two versions of HgScc plugin:

  1. HgScc - uses old MS SCCI API, works with MS VS2005/2008/2010 and with some third party IDEs. Last version of this plugin was released in 2008. It is not actively developed anymore, because MS SCCI API is very limiting and does not allow a tight integration with Visual Studio.

  2. HgSccPackage - uses MS SCC Package, works only with MS VS2008/2010. This version of plugin currently in active development.

To get the first version of HgScc follow the instructions here: MSSCCI compliant Mercurial client

like image 65
zz-sergant Avatar answered Sep 21 '22 23:09

zz-sergant


Red Gate SQL Source Control is looking into supporting Mercurial in a future version, http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/803713-mercurial-support-as-source-control-system.

like image 43
sherr Avatar answered Sep 23 '22 23:09

sherr