:: thoughts on team system and more RSS 2.0
# Friday, May 02, 2008

Conchango recently released v.2.1 of the popular Scrum process template. Mainly bugfixes in this release and it's possible to upgrade existing projects using an included utility. The process is straightforward for the latest releases, but when upgrading from 2.0 Beta 1 I've had to handle it manually (which is the way to do it). Below is some short notes of the installation procedure.

Upgrade 2.0 Beta 2 & RTM => 2.1

  • Uninstall Scrum for Team System 2.0.
  • Install Scrum for Team System 2.1.
  • Upgrade existing projects to 2.1 using the ProjectUpgrade.exe as described here.

Upgrade 2.0 Beta 1 => 2.1

  • Uninstall 2.0 and install 2.1.
  • Upgrading projects using ProjectUpgrade.exe will not work, instead
    • Extract the work item type definitions from the process template.
    • Import the work items types (existing will be updated, bug will be added).
    • The "Sprint Retrospective" work item type has been renamed so the old one called "Sprint Retrospective Item" should be removed.
      • Use the Team Foundation Power tool tfpt.exe /DeleteWIT to remove the unwanted work item type.
    • Remove all template work item queries and add the ones from the new process template.
    • Remove all template reports and add the ones from the new process template.

Otherwise a great release of a great process template. Probably the best mapping of Scrum to Team System around.

Friday, May 02, 2008 5:43:01 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [2] -
Team System
# Saturday, April 26, 2008

Microsoft just released an update to the Team Foundation Server Power Tools.

My favorites this time:

  • Support for custom work item controls in the Process Template Editor.

    I suggested this a while back at MS Connect and it's great to see that this has added to the tool.

    There's also a CodePlex project working on WI custom controls, WitCustomControls, that I've been involved in. The controls can be used as they are and the code is there too so it's easy to customize and create your own.
  • TFSServerManager. A utility that will give you nice statistics of TFS usage.

Brian Harry has a complete post on feature in the march release here.

Download TFPT here.

Saturday, April 26, 2008 11:51:13 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] -
Team System
# Tuesday, February 26, 2008

Per at EPiServer has built a very nice project dashboard based on TFS and Conchango's Scrum project template. And it just the thing I would like to have/do but nerver got the time to... Great work!

The Dashboard features:

  • Ajax-based web interface with support for Internet Explorer and Firefox
  • All features are sprint-centric for daily work in a sprint
  • Create, add and update product backlogs
  • Create and update sprint backlog items (task, impediment, bug)
  • Colorized sprint backlog items to visually see progress and unplanned work
  • Import bugs from another project for maintenance tasks
  • Statistics and sprint burndown chart easily visible for the whole team
  • RSS feed for syndication of changes in product backlog

The dashboard is available as a shared project on CodePlex.

Tuesday, February 26, 2008 1:10:48 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [1] -
Team System
# Sunday, February 10, 2008

Now the week of the event has passed. We had a busy three-day tour of Göteborg, Malmö and Stockholm.

The presentation can be downloaded here.

I got a number of interesting questions and I thought I'd share some of them here.

Q: Can I use TFS from Visual Studio Professional?
A: Yes, Visual Studio Standard Edition and up will work fine with Team Explorer. The Team Editions include a TFS CAL, the other will require a separate license.

Q: How can I exclude certain files from source control in TFS?
A: When you add files to projects under source control you can undo the newly added files from the pending changes list and it will not be under source control. Should you later change your mind then exclude and include the file and it will be added to TFS.

Q: Will my check-in policies for TFS 2005 work in TFS 2008?
A: Short story: check-in policies are compiled against a particular version of the TFC objects and will therefore only work with that version. More info here and on the forums here.

Q: Is there any good articles on moving from Visual Source Safe to TFS?
A: Steve St. Jean has written a good piece on this and it can be downloaded here.

Q: Is it possible to merge two changesets?
A: No, each changeset is unique and its content cannot be modified.

Sunday, February 10, 2008 10:11:35 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] -
Team System
# Sunday, January 20, 2008

Ehh, well, since the presentation was non-exising I thought I'd just post some notes and references to the stuff we looked at in the SweNug talk this week.

VSTS 2008 - News for the architect
Conform to WSDL: http://blogs.msdn.com/vsarch/archive/2007/06/20/conform-to-wsdl-new-feature-in-team-architect-orcas.aspx
Top-down system design: http://blogs.msdn.com/vsarch/archive/2007/08/30/top-down-system-design-by-delegating-behavior.aspx
Web application projects
Team Architect Power Tools: http://blogs.msdn.com/vsarch/archive/2007/08/15/team-architect-power-tools.aspx

VSTS 2008 - News for the developer
Code metrics: http://msdn2.microsoft.com/en-us/library/bb385910.aspx
Performance run comparison: http://blogs.msdn.com/ianhu/archive/2007/04/03/comparing-performance-reports-with-the-visual-studio-team-system-profiler.aspx
Hot path: http://blogs.msdn.com/ianhu/archive/2007/09/14/pinpoint-a-performance-issue-using-hotpath-in-visual-studio-2008.aspx
Code analysis Policy improvements
Unit test in professional edition
Improved unit test data binding: http://msdn2.microsoft.com/en-us/library/ms182528.aspx
Test list management in professional edition

VSTS 2008 - News for the tester
Auto cleanup of results: http://blogs.msdn.com/nnaderi/archive/2007/05/14/new-unit-testing-features-in-orcas-part-2.aspx
Load modeling
New load test views
Performance improvements: http://blogs.msdn.com/nnaderi/archive/2007/05/11/new-unit-testing-features-in-orcas-part-1.aspx
Unit test in professional edition
Improved test data binding
Test list management in professional edition
Web test recorder support for Ajax: http://blogs.msdn.com/billbar/archive/2007/06/14/new-load-test-and-web-test-features-in-the-orcas-release.aspx
Auto extract dynamic parameters

New in TFS 2008
http://blogs.msdn.com/bharry/archive/2007/08/08/final-tfs-2008-feature-list.aspx

Support for SharePoint 3.0 / 2007

Team Build
• Build definitions
• Continuous integration builds
• Scheduled builds: http://blogs.msdn.com/buckh/archive/2007/02/07/you-can-schedule-builds-in-orcas.aspx
• Build Queuing
• Drop management

Source Control
• Destroy
• Get latest on checkout
• Annotate
• Folder diff
• Offline support

Performance, scalability, licensing
Improved Web Access

Sunday, January 20, 2008 11:38:52 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [1] -
Team System

The Swedish ALM Live events will continue this year as well and I've got the opportunity to give the first set of talks. My last ALM Live presentation was about using the new source control system in TFS. This talk will pick up on that subject and go more in-depth on how to actually migrate to TFS. We'll look at some strategies, compare features in other popular SCC systems and perform a migration from Visual Source Safe to TFS.

We'll visit Göteborg, Malmö and Stockholm this time and the dates are February 5-7.

The complete agenda and registration for the event is here.

Welcome!

Sunday, January 20, 2008 11:27:51 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [2] -
Team System
# Monday, January 07, 2008

It's time for a new SweNug event. This time Joachim Rossberg and I will go through what's new in Team System 2008:

Starta det nya året med ett seminarium om Visual Studio Team System 2008. Kom och lyssna på Mathias Olausson och Joachim Rossberg när de berättar (nästan) allt som ni behöver veta om Visual Studio Team System 2008.
Datum:   15/1 2008
Tid:           17.00 --->
Plats:       Informator Göteborg
More info on the event will be posted here.
See you there!
Monday, January 07, 2008 11:06:58 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] -
Team System
# Monday, December 31, 2007

Just an update to my old post on where to get the TFS Team Explorer downloads:

Team Explorer 2008 can be downloaded here.

Team Explorer 2005 can be downloaded here.

Monday, December 31, 2007 2:17:17 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] -
Team System
# Friday, December 21, 2007

The last (?) release of TFSBuildLab is now complete. Since many of the features in TFS 2008 overlap what we've done in TFSBuildLab we've decided to make a release with some fixes but this is probably where the road ends...

You can get the 1.1 version from Codeplex here.

Peter has posted a release note for the release. 

What's new in version 1.1?

We have improved the errorhandling dramaically in this release as well as tried to include more contextual information in the logs.

Service

* Added support for multiple build servers assosiaed to a trigger.
* Added support for status notifications out build completion.
* Fixed problem with to many changeset involved in build failure notifications when * checkin occurs at the same time as a build is failing.

Admin Client

* Overview of scheduled builds for a team project.
* Support for multiple reports on the dashboard.
* Add transaction support when copy config, this addresses the problem of caches becoming corrupt.

Notification Client

* Support for notification on assignment changes to work items.
* Fixed problem with the configuration no always being persisted.

As always - feedback is welcome! Please post it on the discussion pages.

Friday, December 21, 2007 10:43:37 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] -
Team System
Navigation
Archive
<May 2008>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008
Mathias Olausson
Sign In
Statistics
Total Posts: 67
This Year: 15
This Month: 0
This Week: 0
Comments: 27
Themes
Pick a theme:
All Content © 2008, Mathias Olausson
DasBlog theme 'Business' created by Christoph De Baene (delarou)