Migrate to Team Foundation Server

We have a new server with TFS installed. The current environment is very ordinary, the source code is managed with SourceSafe 2005 and integrated with Visual Studio 2008 Enterprise Edition. The QA team uses Bugzilla to report errors.

First of all, some basic questions:

  • How to move my project to TFS along with the database that is included with SQL Server 2005?
  • Will using SourceSafe stay there or is TFS a different way to manage your source?
  • All client machines (Visual Studio 2008) will need to integrate with TFS. How?
  • Does TFS Provide a Tool for Bug Tracking / Reporting? If so, what should we do to move from Bugzilla to TFS? If an error tracking / reporting tool exists, then a different approach will be required.

Thanks.

+2
source share
2 answers
  • You can migrate SourceSafe to TFS using this tool .
  • TFS provides version control capabilities, so after migration you will no longer need to use SourceSafe.
  • You install the Team Explorer client to integrate Visual Studio with TFS.
  • TFS also includes bug tracking and reporting features. You can check out this tool to port Bugzilla to TFS.
+7

, - TFS 2008, TeamSystem Web Access, TFS 2010. , / VisualStudio.

, sp1 ( )

0

Source: https://habr.com/ru/post/1721491/


All Articles