继续使用 Visual SourceSafe 或转到 Team Foundation Server 2010
我们是一个由六名开发人员组成的小组,目前使用 Visual Studio 2003 和 Microsoft Visual SourceSafe (HVAC)。每个人都对其程序不相互共享代码负责。每个人都有责任自己的版本处理,代码不属于公共版本处理。
我们现在将更新到 Visual Studio 2010,并考虑何时迁移到 Team Foundation Server 2010 (TFS),或者是否应该继续进行管道处理。我想去过去,但几个同事半信半疑。
- 美国转向TFS有哪些利弊?
- 除了版本处理之外,TFS 中还有哪些功能对我们有用?
- TFS 是适合我们工作方式的工具吗?还是它太过分了?
- 您可以离线使用该代码吗?我们有时在家里或在客户那里使用笔记本电脑工作,
我在任何地方都没有找到它的价格。
We are a small group of six developers who currently use Visual Studio 2003 and Microsoft Visual SourceSafe (HVAC). Everyone has the responsibility for its program was not sharing code with each other. Everyone has responsibility for its own version handling, the codes is not in a common version handling.
We will now update to Visual Studio 2010 and are thinking about while we move to Team Foundation Server 2010 (TFS) or if we should continue with the plumbing. I want to go over, but several of my colleagues are doubtful.
- What are the pros and cons for the US to move to TFS?
- In addition to version handling, what in TFS will we find useful?
- Is TFS the right tool for the way we're working on, or is it overkill?
- Can you work with the code offline? We sometimes work with our laptops at home or at the customer
I have not found anywhere what it costs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先,Sourcesafe 对 Visual Sourcesafe 的支持即将结束:http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=sourcesafe&Filter=FilterNO
如果这还不够如果您要迁移,那么 Brian Harry(TFS 项目经理)有一篇精彩的文章,说明为什么您应该迁移到 TFS:http://blogs.msdn.com/b/bharry/archive/2009/10/01/tfs-2010-for- sourcesafe-users.aspx
简而言之,TFS 不仅仅是源代码控制,它还具有工作项,您可以在其中跟踪您的工作、添加可追溯性并获取项目管理信息。它还具有构建自动化工具,您可以使用该工具自动执行应用程序的编译、测试和代码验证。
当您更进一步时,它还具有出色的测试功能:http: //msdn.microsoft.com/en-us/library/ms182409.aspx
回答您的问题:
First of all, Sourcesafe will the support for Visual Sourcesafe will end soon: http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=sourcesafe&Filter=FilterNO
If that is not enough for you to migrate, then there is an exellent post from Brian Harry (Program Manager of TFS) why you should migrate to TFS: http://blogs.msdn.com/b/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx
In short, TFS is more then Source Control only, it has the Work Items in which you can track your work, add traceability and get Project Management information. It also has an build automation tool with which you can automate the compilation, testing and code validation of your applications.
When you go further it also have great testing capabilities: http://msdn.microsoft.com/en-us/library/ms182409.aspx
To answer your questions:
是否应该参加 TFS2010 是一个有争议的问题,有很多好的答案。
您是否应该摆脱 VSS 是 100% 明确的。有很多文章解释了原因:
Microsoft 的源销毁系统
VSS:任何速度都不安全
除 Sourcesafe 之外的任何内容
Whether or not you should go to TFS2010 is a debatable question, with many good answers.
Whether or not you should get away from VSS is 100% clear. There are many articles out there on why:
Microsoft's Source Destruction System
VSS: Unsafe at Any Speed
Anything But Sourcesafe
最近从 VSS 迁移到 TFS2010,我没有回头。我喜欢一切都整合在一起的方式。无需重述之前所说的,一些出色的功能是:
我发现,与使用迁移工具迁移源代码相比,全新签入是最快的方法,在奇怪的时间里我必须参考历史记录,将 SourceSafe 保持为只读。
Having recently migrated from VSS to TFS2010 I haven't looked back. I love the way everything is integrated. Without restating what was said before some of the great features are:
I found that rather than migrating source code using the migration tool a fresh check-in was the quickest way, keeping SourceSafe in read-only for the odd time I have to refer to the history.