The main menu of the Syncro SVN Client is composed of the following menus:
Subversion clients 1.5 and higher support relative external URLs. You can specify the repository URLs to which the external folders point using the following relative formats:
Scan for locks (Ctrl + L) - Contacts the repository and recursively obtains the list of locks for the selected resources. A dialog containing the locked files and the lock description will be displayed. Only active for resources under version control. For more details see Scanning for locks.
Lock (Ctrl +
K) - Allows you to lock certain files for which you need
exclusive access. You can write a comment describing the reason for the lock and
you can also force (steal) the lock. The action is active only on files
under version control. For more details on the use of this action see Locking a file.
Unlock (Ctrl + Alt +
K) - Releases the exclusive access to a file from the
repository. You can also choose to unlock it by force (break the lock).
Synchronize
(Ctrl + Shift + S) - Connects to the repository and
determines the working copy and repository changes made to the selected resources. The
application switches to Modified view mode if the Always switch to 'Modified' mode option is selected.
Update to revision/depth - Allows you to update the selected resources from the working copy to an earlier revision from the repository. You can also select the update depth for the current folder. You can find out more about the depth term in the sparse checkouts section.
Commit - Collects the outgoing changes from the selected resources in the working copy and allows you to choose exactly what to commit by selecting or not resources. A directory will always be committed recursively. The unversioned resources will be deselected by default. In the commit dialog you can also enter a commit comment before sending your changes to the repository.
Revert (Ctrl + Shift +
V) - Undoes all local changes for the selected resources. It
does not contact the repository, the files are obtained from Apache SubversionTM pristine
copy. It is enabled only for modified resources. See Revert your changes for more information.
Edit conflict (Ctrl + E) - Opens the Compare editor, allowing you to modify the content of the currently conflicting resources. For more information on editing conflicts, see Edit conflicts.
Mark Resolved (Ctrl +
Shift + R) - Instructs the Subversion system that you
resolved a conflicting resource. For more information, see Merge conflicts.
Override and Update - Drops any outgoing change and replaces the local resource with the HEAD revision. Action available on resources with outgoing changes, including the conflicting ones. See the Revert your changes section.
Override and Commit - Drops any incoming changes and sends your local version of the resource to the repository. Action available on conflicting resources. See also the section Drop incoming modifications.
Add to version control (Ctrl +
Alt + V) - Adds the selected resources to version control. A
directory will be added recursively to version control. It is not mandatory to
explicitly add resources to version control but it is recommended. At commit time
unversioned resources will have to be manually selected in the commit dialog. This
action is only active on unversioned resources.
Add to "svn:ignore" (Ctrl + Alt + I) - Allows you to keep inside your working copy files that should not participate to the version control operations. This action can only be performed on resources not under version control. It actually modifies the value of the svn:ignore property of the resource's parent directory. Read more about this in the Ignore Resources Not Under Version Control section.
Cleanup (Ctrl +
Shift + C) - Performs a maintenance cleanup operation to the
selected resources from the working copy. This operation removes the Subversion
maintenance locks that were left behind. Useful when you already know where the problem
originated and want to fix it as quickly as possible. Only active for resources under
version control.
Perform Files Differencing - Performs a comparison
between the source and target files.
Next Block of Changes - Jumps to the next block of
changes. This action is disabled when the cursor is positioned on the last change block or
when there are no changes in the document.
Previous Block of Changes - Jumps to the previous
block of changes. This action is disabled when the cursor is positioned on the first change
block or when there are no changes in the document.
Next Change - Jumps to the next change from the current block of changes.
When the last change from the current block of changes is reached, it highlights the next
block of changes. This action is disabled when the cursor is positioned on the last change.
Previous Change - Jumps to the previous change from
the current block of changes. When the first change from the current block of changes is
reached, it highlights the previous block of changes. This action is disabled when the cursor
is positioned on the first change.
Last Change
- Jumps to the last change from the current file.
First
Change - Jumps to the first change from the current file.
Show Word
Level Details - Provides a word-level comparison of the selected change.
Show
Character Level Details - Provides a character-level comparison of the selected
change.
This operation is available for any resource selected from Repositories view, Working Copy view, History view or Directory Change Sets view, depending on which view was last focused when this action was invoked.