Reverting Changes

From RAD Studio
Jump to: navigation, search

Go Up to Version Control Systems in the IDE


You can revert any local changes to a file or directory and resolve any conflicted states. Revert will revert the contents of an item in your working copy and any property changes to a previous revision.

You can revert your changes to the files under a version control system in the IDE, by selecting:

  • For Subversion:
    • Project Manager | right-click a file under SVN | Subversion > Revert
    • Commit Pane | right-click a file under SVN | Subversion > Revert
    • History Tab | select Content or Information page | right-click a file under SVN | Subversion > Revert
    • Log Pane | right-click a revision | Revert changes from this revision
    • Log Pane | right-click a revision | Revert to this revision
  • For Git:
    • Project Manager | right-click a file under Git | Git > Revert
    • Commit Pane | right-click a file under Git | Git > Revert
    • History Tab | select Content or Information page | right-click a file under Git | Git > Revert
  • For Mercurial:
    • Project Manager | right-click a file under Mercurial | Mercurial > Revert
    • Commit Pane | right-click a file under Mercurial | Mercurial > Revert
    • History Tab | select Content or Information page | right-click a file under Mercurial | Mercurial > Revert

See Also