Reputation: 2026
I'm trying to rollback a changeset, and I'm not getting it.
I'm using Visual Studio 2010
, but the Team Foundation Server is 2005
.
I've tried to do with Power Tool 2010, but it didn't work. I already read this question, but I think that Power Tools release 2008 won't help too, but I gonna try anyway.
If you know some way to do rollback with VS2010 and TFS2005
, please tell me.
Upvotes: 2
Views: 784
Reputation: 14052
If you're using TFS 2005 then you need the 2005 verion of the power tools to do a rollback
You'll probably find a few quirks trying to use the 2010 version of Team Explorer with the older versions of TFS, particularly with the command line tools so its probably a good idea to have Team Explorer 2005 installed even if you're not using VS 2005 to develop your code.
On a side note TFS 2010 is significantly nicer to use than 2005, upgrade ASAP!
Upvotes: 1
Reputation: 2982
If Power Tools isn't working then consider this:
If you are dealing with a small amount of files/changes then you can do a "Get Specific Version" on the files and choose the version/date/changeset you want to "roll back" to. Once you have that version of the file(s) locally then just check it back in as if it were an edit. Essentially you have rolled back your change.
Upvotes: 1