6
votes

I use Labels in TFS so as to keep track of my deliveries. The Build service also labels each build, which is OK

However, in the Labels window (History / Labels), the column named 'ChangeSet' has a weird content, with always the same number displayed (which is the very first Changeset number of the codebase, by the way), regardless of the Changeset chosen while creating the label.

Do anyone have the same behaviour? Any hints on why this particular Changeset number is displayed?

Thanks

1

1 Answers

9
votes

That column shows the version of the files and folders at the time they were for the changeset selected. So for a folder, its the changeset of the folder itself, and not anything within the folder.

It can be a bit confusing, but if you are labeling at a high directory level in source, it's likely that the container the label was applied to hasn't been changed since the first changeset. So you will always see that first changeset number.

If you open that label and drill down to where the changed files are, you will see the changeset numbers are your more recent changesets.