Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>From the MSDN article <a href="http://msdn.microsoft.com/en-us/library/ms194956%28v=VS.90%29.aspx">How to: Roll Back a Changeset</a> (VS2008 although other versions are available)</p> <blockquote> <p>To revert to an earlier version of a file</p> <ol> <li>In Source Control Explorer, right-click the file that you want to roll back, and then click Get specific version. The Get dialog box appears.</li> <li>Under Type, click Changeset.</li> <li>Under Changeset, click the ellipses (…).</li> <li>In the Find Changesets dialog box, either use the default values or specify criteria for your search, and then click Find.</li> <li>Under Results, click the changeset that contains the version to which you want to revert the file, and then click OK.</li> <li>In the Get dialog box, select the Overwrite writable files that are not checked out check box, and then click Get. The earlier version of the file is copied to your local working folder.</li> <li>In Source Control Explorer, right-click the file, and then click Check Out for Edit.</li> <li>In the Check Out dialog box, click Check Out.</li> <li>In Source Control Explorer, right-click the file again, and then click Check In Pending Changes.</li> <li>In the Check In - Source Files dialog box, click the file, and then click Check in. The Resolve Conflicts dialog box appears, and a message explains that no files have been checked in because the two versions have changes that conflict.</li> <li>In the message box, click OK. The Pending Changes – Conflicts window appears.</li> <li>(Optional) In the toolbar of the Pending Changes window, click Compare Local to Server. The server and local copies appear side by side so that you can review your decision before you roll back the changes</li> <li>In the Pending Changes window, click Keep Local Version.</li> <li>In Source Control Explorer, right-click the file, and then click Check In Pending Changes.</li> <li>In the Check In - Source Files dialog box, click Check in.</li> </ol> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload