Reputation: 14879
I'm using vs.net 2010, and when I right click on a change set when viewing history, I have the option that reads 'Rollback entire changeset'.
When I click on it, it says 'there are no changes to rollback'.
If I compare the changeset I want to rollback with a previous changeset, I do indeed see differences in the files.
What could the issue be?
This is the latest changeset which I basically just want to delete or rollback, how can I do this?
Upvotes: 7
Views: 3659
Reputation: 49
For case someone is facing the same problem as me: I was trying to do the rollback on other branch. Obviously it won't work. :)
Upvotes: 0
Reputation: 2116
Are these changes made by another user? If so then this might apply:
make sure you Get Latest Version of the files first otherwise you will receive a "TF204003: No changes to roll back." error
Community content from http://msdn.microsoft.com/en-us/library/dd380776(v=vs.100).aspx
Upvotes: 12