Search code examples
tfsversion-controltfvcchangeset

TFVC changeset - history of the comment on the changeset - anywhere?


Context: TFS 2010

Detail: a changeset where the comment on the changeset has changed at least once.

Question: Can I see the history of the comment on the changeset somewhere?


Solution

  • There is no history kept on the changeset. It's overwritten on the changeset record. It's a single string (nvarchar(max)) field in the ChangeSet record.

    enter image description here

    And if I'm reading the Warehouse schema correctly, the warehouse also keeps the ChangeSetTitle in a single dimension and the data isn't duplicated for each time the comment changes.