MS Source Safe 和 Team Foundation Server 之间有什么区别?
用于源代码控制的 MS 解决方案以前是视觉源安全的。现在MS提倡它的TFS。从功能角度来看,MS Source Safe 和 Team Foundation Server 有什么区别? TFS 和用于源代码控制的开源(例如 subversion)有什么区别?
MS solution for source code control is visual source safe before. Now MS advocate its TFS. What the difference between MS Source Safe and Team Foundation Server from functional perspective? And what's the difference between TFS and open source for source control, like subversion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
SourceSafe 最终将会消失。 SourceSafe 的近亲现在是 Team Foundation Server (TFS) Basic Edition,但 TFS 功能更强大,并且不会遇到 SourceSafe 所遇到的问题。
TFS 的功能比 SourceSafe 多得多。 TFS 具有使用 SQL Server 存储的应用程序生命周期管理 (ALM) 和许多其他功能。
TFS Basic 是 TFS 功能不太丰富的版本,可以通过向导设置在几分钟内完成安装,就像 SourceSafe 一样。
这是一个谈论 TFS 的链接基本。
这是链接中的引用:
与 subversion 相比...TFS 是一个类似于 subversion 的版本控制系统,但又具有所有其他花哨功能内置错误跟踪和其他 ALM 功能。
SourceSafe is going to finally disappear. SourceSafe's closest relative will now be Team Foundation Server (TFS) Basic Edition BUT TFS is far more powerful and not frought with the issues SourceSafe had.
TFS has a lot more functionality than SourceSafe ever did. TFS has Application Lifecycle Management (ALM), stored using SQL Server and many other features.
TFS Basic is a less feature rich version of TFS and can be installed in a few minutes with a wizard setup much like SourceSafe was.
Here's a link talking about TFS Basic.
And here's a quote from the link:
As compared to subversion... TFS is a version control system like subversion but again has all the other bells and whistles built in such as bug tracking and other ALM features.
Team Foundation Server 取代了 SourceSafe。
除了源代码控制之外,TFS 还提供错误跟踪和其他项目管理功能。
Team Foundation Server replaces SourceSafe.
In addition to source control, TFS also provides bug tracking and other project management features.
VSS 是源代码控制,TFS 是一个完整的应用程序生命周期管理工具,包括工作项、源代码控制、构建管理、测试、实验室、需求管理和文档管理(通过 SharePoint)。
这并不是说 TFS 中的源代码控制管理是 VSS,它不是,它是 Microsoft 提供的全新源代码控制产品,作为 Team Foundation 提供的集成 ALM 的一部分。
VSS is source control, TFS is a full blown application lifecycle management tool encompassing work items, source control, build management, tests, lab, requirements management and document management (through SharePoint).
That is not to say that the source control management within TFS is VSS, it is not, its an entirely new source control product offered by Microsoft as part of the integrated ALM provided by Team Foundation.