Monthly Archives: July 2006

Share your RSS subscriptions as OPML

Every so often I do a cleanup of the blog’s that I’m subscribed to. I cull out the ones that I don’t get value from and put some others on probation. I use Bloglines to read my feeds and really find it a great user-experience. I can keep up with feeds at home, at work [...]

Readify OPML’s get an update

It’s been a while since I last updated the Readify Bloggers OPML and created the Ex-Readify Bloggers OPML. So here’s the latest for the new bloggers:

Geoff Appleby will be joining the the Readify Canberra crowd just after TechEd.

And here’s two more for the Ex-Readify list:

Sadly, Martin Granell is off to explore new start-up territories, [...]

TFSBlame.exe – Who wrote that line of code?

Buck Hodges’ talks about the Team Foundation Power Toy – Annotate utility (tfpt.exe annotate) which is available in the Visual Studio 2005 SDK.
It includes a small windows forms app that allows you to download a file from your TFS source repository and view the user who committed each line and the associated changeset/date.
The powertoy contains [...]

TFS ListProjectAreas and Area URIs

This command-line utility uses the Team Foundation Server object model to connect to a server, retrieve all team projects and then retrieve all the areas and iterations. It then outputs XML to a specified file or the console. The output could then be used with tools like TFSSecurity.exe to apply area-level permissions.
Usage
ListProjectAreas.exe http://server:8080 output.xml
Sample output

Download
Download [...]