Subclipse for Eclipse is provided with two main perspectives:
A handy menu is accessible by right clicking any file or directory and selecting "Team". The main functionalities are:
Synchronize with Repository: open the "Team Synchronizing" perspective showing the files changed. You can do different things, depending on the case:
Update to HEAD: update the local file to the last revision (the HEAD is the last revision).
Update to version: update the local files to a specific version.
Revert: revert your changes to the version you checked out at the beginning. It's completely different from an update, which merges the remote changes with your local ones.
Commit: commit to the server
Branch/tag: create a branch or a tag, that in SVN is simply a copy in a different directory.
Merge: merge different branches.
Show history: show all the revisions.
Copyright © 2013 Welcome to the website of Davis Fiore. All Rights Reserved.