Open in Compare Editor (Ctrl + Alt + C) - Displays changes made in the currently selected file.
Open (Ctrl +
O) - Opens the selected resource from the working copy. Files
are opened with an internal editor or an external application associated with that file
type, while folders are opened with a default file system browsing application (e.g.
Windows Explorer on Windows, Finder on Mac OS X, etc).
Open with submenu that allows you to open the selected resource either with <oXygen/> XML or with another application.
Refresh
(F5) - Re-scans the selected resources recursively and
refreshes their status in the working copy view.
Update (Ctrl + U) - Updates the selected resources to the HEAD revision (latest modifications) from the repository. If the selection contains a directory, it will be updated depending on its depth.
Latest from HEAD (Ctrl + Alt + H) - Performs a 3-way diff operation between the selected file and the HEAD revision from the repository and displays the result in the Compare view. The common ancestor of the 3-way diff operation is the BASE version of the file from the local working copy.
BASE revision (Ctrl + Alt + C) - Compares the working copy file with the BASE revision file (the so-called pristine copy).
Revision (Ctrl + Alt + R) - Shows the History view containing the log history of that resource.
Branch/Tag - Compares the working copy file with a revision of the file from a branch or tag. The revision is specified by URL (selected with a repository browser dialog) and revision number (selected with a revision browser dialog).
Each other - Compares two selected files with each other.
Latest from HEAD - Replaces the selected resources with their versions from the HEAD revision of the repository.
BASE revision - Replace the selected resources with their versions from the pristine copy (the BASE revision).
for Replace with BASE revision action, the resources being unversioned or added have no BASE revision, so they cannot be replaced. However, they will be deleted if the action is invoked on a parent folder. The action will never work for missing folders or for obstructing files (folders being obstructed by a file), because you cannot recover a tree of folders;
Show History (Ctrl
+ H) - Displays the History view where
the log history for the selected resource will be presented. For more details about
resource history see the sections about the resource
history view and requesting the history for a
resource.
Show Annotation
(Ctrl + Shift + A) - It will display the
Annotations view where all the users that modified the selected
resource will be presented together with the specific lines and revision numbers
modified by each user. For more details about resource annotations see Annotations View.
Revision Graph
(Ctrl + Shift + G) - This action allows you to see
the graphical representation of a resource's history. For more details about a
resource's revision graph see Revision
Graph.
Copy URL Location (Ctrl + Alt + U) - Copies the encoded URL of the selected resource from the Working Copy to the clipboard.
Copy/Move to (Ctrl +
M) - Copies or moves to a specified location the currently
selected resource.
Rename (F2) - You can only rename one resource at a time. As for the move command, a copy of the original resource will be made with the new name and the original will be marked as deleted.
Delete
(Delete) - Allows you to delete resources from the
Subversion working copy. If unversioned, added or modified
resources will be encountered, a dialog will prompt you to confirm their deletion,
because their content cannot be recovered. The action is not enabled when the selection
contains missing resources.
Show SVN Properties
(Ctrl + P) - Brings up the Properties view and displays the SVN properties for
the selected resource.
File Information
(Ctrl + I) - Provides additional information for
the selected resource from the working copy. For more details please see Obtain information for a resource.