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 7860469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:18:00+00:00 2026-06-02T22:18:00+00:00

How do you export history from TFS 2010 that includes the user, date and

  • 0

How do you export history from TFS 2010 that includes the user, date and the complete comment (not truncated)?

For example, in Team Explorer: right-click team member name > show check-in history. This will bring up the user’s check-in history, but the comments are truncated.

  • 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-06-02T22:18:02+00:00Added an answer on June 2, 2026 at 10:18 pm

    The easiest way is to connect to the TFSWharehouse from excel, then pull the data from the source control history in a excel sheet. This is really simple and very powerful.

    You’ll find useful info here: http://www.woodwardweb.com/vsts/getting_started.html

    Edit:

    Using the TFS API to enumerate the changesets when you don’t have access to SSAS (e.g. tfspreview.com for instance):

    TeamProjectPicker tpp = new TeamProjectPicker(TeamProjectPickerMode.SingleProject, true);
    tpp.ShowDialog();
    
    var tpc = tpp.SelectedTeamProjectCollection;
    
    VersionControlServer versionControl = tpc.GetService<VersionControlServer>();
    
    var tp = versionControl.GetTeamProject("MyTeamProject");
    var path = tp.ServerItem;
    
    var q = versionControl.QueryHistory(path, VersionSpec.Latest, 0, RecursionType.Full, null, new ChangesetVersionSpec(1), VersionSpec.Latest, Int32.MaxValue, false, true, false, false);
    
    foreach (Changeset cs in q)
    {
        var user = cs.Owner;
        var comment = cs.Comment;
        var date = cs.CreationDate;
    
        Debug.WriteLine(string.Format("[{3}] Date: {0}, User: {1}, Comment {2}", date, user, comment, cs.ChangesetId));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to remove a changeset from history but hg export does not work
I export from MYSQL db different info that I put inside an array: $info=array(
I need to export some project from a repo at my work, im using
Is it possible to export output from apachetop to file? Something like this: apachetop
We have a view that stores the history of membership plans held by our
how to export a CVS repository from one machine to another? Would it work
One of my teammates has asked if it is possible to export from one
how can I export Hibernate data to SQL statements, so that I might reimport
I am able to export mysql to csv file but i am not getting
I am trying to export some data from a SQL Express table to Access

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.