Reputation: 100268
When I try to rollback my bad changeset using tf rollback /changeset:xx
I'm getting next error:
TF204000: The Team Foundation server to which your team project is connected does not support the Rollback command.
Is it possible to fix that someway? Googling brings not result
Upvotes: 4
Views: 2251
Reputation: 23157
Are you sure you are using TFS 2010 on the back-end? It sounds like you might be using Visual Studio 2010 against TFS 2008. If that's the case, try installing the TFS Power Tools October 2008 release and rollback using that.
Upvotes: 3