Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rollback entire changeset is saying there are no changes to rollback

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?

like image 696
loyalflow Avatar asked Oct 03 '12 20:10

loyalflow


People also ask

What does rollback entire changeset do?

Rollback does not delete changesets or any data. If you change your mind, use rollback to revert the content of the files back to their state before the rollback.

How do I revert a changeset in Devops?

From the commit page, select More actions, and then choose Revert. Confirm that you want to revert. Choose Revert in the dialog. A branch is created with the reverted changes.

How do I revert back changes in TFS?

Select the changeset you want to roll back. Right click on the changset and choose "Rollback". Check that the pending changes are correct (the rollback command will revert the entire changeset not just the file you selected)

How do I rollback code in Visual Studio?

Right click on the change set that you want to revert, and from the context menu, select the entry Rollback Entire Changeset: You will have to check-in the modified files/folders, which are waiting for the final commit to complete ... Get Mastering Visual Studio 2017 now with the O'Reilly learning platform.


1 Answers

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

like image 164
Mattias Lindberg Avatar answered May 28 '23 05:05

Mattias Lindberg