我需要一个简单的源代码库来与 vs2010 一起使用。有 TFS 的简单版本吗?
我想我听说将会有一个入门级、低成本版本的 TFS,专门针对只需要存储库和版本控制功能的 VSS 用户。但我再也找不到链接了……它存在吗?或者我需要弄清楚如何使用 subversion?
I thought I heard that there was going to be a entry level, low cost version of TFS that is targeted at VSS users who want repository and versioning functionality only. But I can't find the link anymore...does it exist? Or do I need to figure out how to use subversion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您正在寻找 TFS Basic,TFS 中的安装选项。
起价为 500 美元。
You're looking for TFS Basic, an installation option in TFS.
It starts at $500.
我会推荐SVN。请前往此处获取 TortoiseSVN,这是一个集成的 Windows shell 解决方案。或者,您可以使用 VisualSVN 或任意数量的其他 SVN 客户端,其中一些与 VS 集成。如果您了解版本控制和源代码控制的基础知识,Tortoise 非常适合您 - 它都是 GUI,因此除非您愿意,否则您无需使用 CLI。
I would recommend SVN. Go here for TortoiseSVN, an integrated windows shell solution. Alternatively, you could use VisualSVN or any number of other SVN clients, some with VS integration. If you understand the basics of versioning and source control, Tortoise is perfect for you - it's all GUI so you don't need to mess with a CLI unless you want to.