views:

143

answers:

2

Does anyone have any strategies/tips/traps for moving to Team System? Should it be done in baby steps, or all at once? Should we migrate our SourceSafe library over, or draw a line in the sand and move forward? Is it worth brining SharePoint into the mix? Any thoughts are appreciated.

+2  A: 

I've never had to migrate to TFS, but have used it pretty extensively for the past couple of years.

Regarding your question on Sharepoint, we've found it pretty useful in conjunction with TFS. We use it primarily for documentation management and for storing other "non-technical" artifacts related to the project. Some dev teams advocate keeping documentation in source control alongside source code, which is OK, but in my experience our project stakeholders have an easier time accessing relevent project documentation via the Sharepoint portal than they would having to interface with source control.

I basically was able to distribute the URL to the sharepoint site associated with our TFS team project to the concerned non-technical team members and have been able to avoid constantly e-mailing documents around, so it's been great for us.

Jesse Taber
+1  A: 

It may just be too much work to do it all at once. I feel that it is easier to divvy out projects to different people one at a time. That way they can move them across and ensure that each works okay before closing out the SourceSafe.

You will always want a backup of the SourceSafe "database" around just in case.

I do not know how to migrate from SourceSafe to TFS and keep the comments and versions. By far the easiest it to just add the projects in, but having migrated that way in the past, we always missed the ability to find out what others had done to particular files. If you find a way to migrate, I would go that way unless it is hideously expensive.

Nat