Reputation: 26334
My gut feeling is that this is not possible, but what I'd like to do is this: checkout my code from TFS but exclude a specific changeset in that checkout. If it's not possible to do this directly, is there some obscure TFS feature that might let me remove a changeset from an already checked out set of code?
I'm more curious than anything, so if it's not possible, it's not the end of the world.
Afterthought:
If it's not possible to do what I did above, is it possible to checkout all code before a certain changeset?
Upvotes: 1
Views: 462
Reputation: 2630
There is no way to exclude changeset. However you can get all source up to specific changeset, label, date...
In the TFS explorer you can say "Get specific version" and then select version type "changeset" which will give you everything up to and including that changeset.
(source: woodwardweb.com)
Upvotes: 2