views:

47

answers:

1

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

+1  A: 

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.

Robaticus