Mercurial 和 SQL Server Management Studio GUI 插件?
不存在这样的插件吗?
需要明确的是,我意识到 RedGate 有自己的 SSMS SCC 应用程序,并且我意识到 VSS2k5 将集成到其中。我希望继续使用 Hg,因为那是我的源代码所在,并且我想找到一些东西我的团队可以在他们的工具上保持一致。
现在,我想我将不得不通过 TortoiseHg 和一个手动维护的文件夹来运行它。这并不可怕,但如果有一个我可以使用的预先存在的应用程序自然会更好。
不,我没有时间也没有兴趣自己写一篇。不是在 2011 年夏天之前。
有什么想法或想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
HgScc 插件有两个版本:
HgScc - 使用旧的 MS SCCI API,可与 MS VS2005/2008/2010 和一些第三方 IDE 配合使用。该插件的最后一个版本于 2008 年发布。它不再被积极开发,因为 MS SCCI API 非常有限,不允许与 Visual Studio 紧密集成。
HgSccPackage - 使用 MS SCC 包,仅适用于 MS VS2008/2010。该版本的插件目前正在积极开发中。
要获取 HgScc 的第一个版本,请按照此处的说明操作:
符合 MSSCCI 要求的 Mercurial 客户端
There are two versions of HgScc plugin:
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.
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
Red Gate SQL 源代码管理正在考虑在未来版本中支持 Mercurial,http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/803713-mercurial-support-as-source-control-system。
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.
SQL Server 2012 (Denali) 使用 Visual Studio 2010 Shell 作为新 Management Studio 的基础。我还没有尝试过,但我希望 VisualHg 等工具能够在 Sql Server 2012 中工作。当我使用安装了 2012 SQL Management Studio 的笔记本电脑后,我将更新这篇文章。
SQL Server 2012 (Denali) is using the Visual Studio 2010 Shell as the basis for the new Management Studio. I haven't tried it yet but I am hoping that tools such as VisualHg will work in Sql Server 2012. I will update this post after I get on my laptop that has the 2012 SQL Management Studio installed.
您尝试过hgscc吗?我知道它与 Visual Studio 集成,但我还没有尝试过 SSM
Have you tried hgscc? I know it integrates with Visual Studio, but I haven't tried it with SSM