Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 642591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:11:24+00:00 2026-05-13T21:11:24+00:00

Every release I find it a good practice to go back and grab all

  • 0

Every release I find it a good practice to go back and grab all the changeset notes to compare to the release notes to make sure we didn’t miss anything. Since we have a blurb of all feature changes pretty well documented in the changeset notes, they’re a valuable resource.

What I haven’t found is a good way to extract these from TFS 2008. What I’ve tried:

  • The VS History Window: This only provides the first 100 characters or so, truncated ellipse style.
  • TFS Powertools: Maybe I’m missing something, but I can’t get an ouput format that doesn’t involve butchering the newlines in the comments, so making anything usable seems like a PITA, but maybe a PowerShell solution would be perfect here?

What I’m after is pretty simple:

  • Changeset comments
  • ID
  • Date
  • Username if possible

This within a certain range…whether it’s restricted on dates or IDs, either’s ok. If I could restrict it to within a certain branch in the project, that’d be a huge bonus.

What I’m doing now to get this data is opening up the TFS SQL Server directly and running this on the TfsVersionControl database:

SELECT    ChangeSetId, CreationDate, Comment
FROM      tbl_ChangeSet
WHERE     ChangeSetId > 6300

I tried but didn’t find a good resource for this, it seems all the great TFS info that was on Vertigo’s blogs has been lost as the links are now dead. Does anyone have a better/sane way of yanking out this info? The format isn’t important, anything in a tabular/xml/whatever format that I can convert to be readable works.

Side note: We’re upgrading to VS 2010 within a week or so of release…if the answer is VS2010/TFS2010 only that’s even better since it’s a long-term solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:11:25+00:00Added an answer on May 13, 2026 at 9:11 pm

    The Team Foundation Power Tools (October 2008) comes with a PowerShell snapin (32-bit only if you happen to be on Windows x64). Try this:

    Add-PSSnapin Microsoft.TeamFoundation.PowerShell
    Get-TfsItemHistory . -Recurse -Version C57460~58090 | 
        fl Comment,ChangesetId,CreationDate,Committer
    
    
    Comment      : Added printf's in a couple of event callbacks
    ChangesetId  : 58090
    CreationDate : 2/25/2010 1:46:09 PM
    Committer    : ACME\johndoe
    ...
    

    This does preserver newlines in the comments. IF you are on x64 Windows make sure you run this from a 32-bit (x86) PowerShell prompt.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Every time I create an object that has a collection property I go back
In the company where I work we have major releases twice every year. Extensive
I'm working at a company that does several releases to production every year and
Every time I turn on my company-owned development machine, I have to kill 10+
Every time I create a new project I copy the last project's ant file
Every project invariably needs some type of reporting functionality. From a foreach loop in
Every method I write to encode a string in Java using 3DES can't be
Every few days VS2008 decides to get mad at me and fails to generate
Every time I need to work with date and/or timstamps in Java I always
Every time I have to estimate time for a project (or review someone else's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.