Visual Studio 有没有可以删除源代码管理绑定的插件?
当从没有源代码控制的 Visual Studio 打开解决方案时,Visual Studio 只是抱怨解决方案中的每个项目无法在源代码控制中注册,当项目数量很大时,这真的很烦人。
when opening a solution from a visual studio w/o source control, visual studio just complains about every project in the solution that can't be register with source control, when the number of project is big, it's really annoying.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚发布了 HgSccPackage v1.3.3,它可以选择在项目和解决方案中添加或删除 Scc 绑定。使用菜单“文件”->“更改 Scc 绑定”,然后选择要删除列表中的 Scc 绑定的项目,然后按取消绑定按钮。
您可以在这里下载:http://bitbucket.org/zzsergant/hgsccpackage/downloads/
I've just released HgSccPackage v1.3.3 which have an option to add or remove Scc bindings from projects and solution. Use menu File->Change Scc Bindings, then select projects to remove Scc bindings in the list and press unbind button.
You can download it here: http://bitbucket.org/zzsergant/hgsccpackage/downloads/
不是插件,但仍然可以完成工作:
Jeff Atwood 的 Clean Sources Plus 及其后继者 TreeTrim
Not a plugin but will do the job nonetheless:
Jeff Atwood's Clean Sources Plus and it's successor TreeTrim