Webcast: Upgrade Considerations for TFS 2010 Beta 2 Go Live
So we had our webcast today… In case you need to watch it on demand, or check out additional sessions/topics in our series, check out the VSTS Dev Tools Power Hour page at https://msdn.microsoft.ca/devtoolspowerhour …
The slides from the session are available from my skydrive, at https://cid-bfc5a11b75eac1c9.skydrive.live.com/self.aspx/Public/Upgrade%20Considerations%20for%20TFS%202010%20Beta%202%20Go%20Live!.ppt … As well, all of the command lines I used are listed below:
Upgrade Project
TFSConfig import /sqlinstance:tfs2010\instance /collectionName:Upgraded
Add Link Types
witadmin importlinktype /collection:https://tfs2010:8080/tfs/Upgraded /f:c:\upgradeprocess\SharedStep.xml
witadmin importlinktype /collection:https://tfs2010:8080/tfs/Upgraded /f:c:\upgradeprocess\TestedBy.xml
Add New Work Item Types:
witadmin importwitd /collection:https://tfs2010:8080/tfs/Upgraded /p:DPEAgile /f:c:\UpgradeProcess\TestCase.xml
witadmin importwitd /collection:https://tfs2010:8080/tfs/Upgraded /p:DPEAgile /f:c:\UpgradeProcess\SharedStep2.xml
Add New Categories
witadmin importcategories /collection:https://tfs2010:8080/tfs/Upgraded /p:DPEAgile /f:c:\upgradeprocess\categories.xml
Add my updated existing work items (Bug, Scenario)
witadmin importwitd /collection:https://tfs2010:8080/tfs/Upgraded /p:DPEAgile /f:c:\Bug.xml
witadmin importwitd /collection:https://tfs2010:8080/tfs/Upgraded /p:DPEAgile /f:c:\Scenario.xml
Note that this is all related to the procedures up at https://blogs.msdn.com/allclark/archive/2009/10/13/enabling-new-application-lifecycle-management-features-for-visual-studio-2010-beta-2-in-upgraded-team-projects.aspx and particularly the document at https://blogs.msdn.com/chrispat/archive/2009/10/19/enabling-test-management-on-upgraded-team-projects-beta-2.aspx .
Hope you enjoyed the session!