Visual Studio Express 的源版本控制
是否有用于源版本控制的 Visual Studio Express 插件? 我正在自己启动一个项目,并且只有 Visual Studio 2008 Express 版本。
Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
我这样做的方法是安装 TortosieHG,然后在 Visual Studio Express 中转到“工具”>“外部工具”。
我创建了以下条目:
然后,我将两个外部工具添加到工具栏。 现在,我没有得到像完整版 Visual Studio 那样好的集成,但我可以提交源代码并创建源存储库,而无需离开 Visual Studios。
Way I do this is I have TortosieHG installed and then in visual studios express i went to Tools>External Tools.
I created the following enteries:
I then added the two external tools to the toolbar. Now I don't get as nice intergration as I would with the full version of visual studios but I can commit source code and create a source repository without leaving Visual Studios.
VisualSVN 不支持 Visual Studio Express 版本。 请访问此处了解更多信息 http://www.visualsvn.com/visualsvn/download/
VisualSVN doesn't support Visual Studio Express editions. Visit here for more info http://www.visualsvn.com/visualsvn/download/
VisualSVN 手册说它适用于 Visual Studio 的所有版本 - 尽管我还没有亲自尝试过。 我知道 Microsoft 的 Team Foundation Server 中没有任何东西可以与 Express 一起使用。
The VisualSVN manual says it works with all editions of Visual Studio - though I have not personally tried it. I know that none of Microsoft's Team Foundation Server stuff will work with Express.
我认为 VS 的 Express 版本没有任何插件。 谷歌搜索“Jamie Cansdale”是此问题的规范参考。
I don't think there are any plugins for Express versions of VS. Googling 'Jamie Cansdale' is the canonical reference for this issue.
Visual Studio Express 版本不支持源代码管理集成。 查看功能比较表,网址为 http://msdn.microsoft.com /en-us/vstudio/products/cc149003.aspx
Source control integration is not supported in the Express editions of Visual Studio. Check out the feature comparison chart at http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx
Visual studio 2012 Express 提供Team Foundation Server 的 Express 版本。
Visual studio 2012 Express offers an express version of Team Foundation Server.
您实际上并不需要集成/插件。 首先不支持,但有很好的替代方案可以使其工作。
无论您决定使用哪种 SCM(SVN、GIT、PlasticSCM、Mercurial)只需使用“查找更改”工作流程:
http://codicesoftware.blogspot.com/2009/12/how-to-find-changes-on- Plastic-scm.html
编辑:PlasticSCM 最多可免费使用 15自 2010 年 11 月 1 日起的用户。
You don't really need an integration/plugin. First is not supported but there are very good alternatives to make it work.
Whatever SCM you decide to use (SVN, GIT, PlasticSCM, Mercurial) just use the "find changes" workflow:
http://codicesoftware.blogspot.com/2009/12/how-to-find-changes-on-plastic-scm.html
Edit: PlasticSCM is free for up to 15 users since Nov 1st 2010.
简短回答:不。
Express 版本既不支持插件也不支持源代码控制提供程序(SCC 插件)。 虽然有多种方法可以实现此目的,但它们没有记录,违反许可证并且 之前曾引起过法律麻烦...
Short answer: No.
The Express editions support neither the Add-Ins nor Source Control providers (SCC plug-ins). While there are ways to make this work, they are undocumented, violate the license and have caused legal trouble before…
有趣的是,Express 版本会自动检查文件更新吗? 如果是这样,只需使用 TortoiseSVN 即可节省升级费用。
Interesting, does the Express edition auto-check for file updates? If so, just use TortoiseSVN and save yourself the money of upgrading.
只要您的项目有 5 名或更少的成员,您就可以免费获得基于云的 Team Foundation Service。 我已经使用它几个月了,效果很好。 Team Foundation Server 的某些功能尚不可用,但是,嘿,它是免费的。
http://tfs.visualstudio.com/
You can get cloud based Team Foundation Service for free as long as your project has 5 or fewer members. I've been using it for a few months now and it works great. There are a some features of Team Foundation Server that are not available yet, but, hey, it's free.
http://tfs.visualstudio.com/