Share via


Discarding Changes

If you've checked out a file, but decide to discard any changes you've made, you can undo the checkout. This has the effect of checking the file back in (that is, other users can then check the file out), but doesn't update it with changes. For example, if you mistakenly checked out a file instead of simply getting the latest version, undo the checkout instead of checking the file back in. This prevents the source code control system from having to create another version of the file, thus saving time and space.

Tip   If you want to view a file but don't need to check it out, you can get the latest version of it.

To undo a checkout

  1. In the Project Manager, select the file to work with.
  2. From the Project menu, choose Source Control, and then choose Undo Check Out.
  3. In the Undo Check Out of Files dialog box, make sure the file you want is selected, and then click OK.

See Also

Checking In Files | Getting the Latest Versions of Files | Developing in Teams | Management of Files in a Source-Controlled Project