Lior
Lior

Reputation: 11

TFS recursively get specific version of files that were checked-in before a specific date

In TFS, I want to recursively get specific version of files that were checked-in before a specific date. When I specify a date - for those files that were not checked-in exactly at that date (but rather before or after ) I get unexpected versions. Is there a better way to do that? (these files' versions are not labeled and are not contained under the same changeset)

Upvotes: 0

Views: 900

Answers (1)

chris77cu
chris77cu

Reputation: 31

You can get spefiic versions by selecting "Source Control --> Get Specific Version". In the popop that will appear, you will see a "Version" area. Select "Changeset" as Type. After selecting "Changeset" a textbox with a button "..." will appear. Click that button and choose the needed "Create date". That it.

Upvotes: 3

Related Questions