The main menu of the Syncro SVN Client is composed of the following menus:
Subversion 1.5 clients and higher support relative external URLs. You can specify the repository URLs to which the external folders point using the following relative formats:
Move to (Ctrl (Meta on Mac OS) + M) - Moves to a specified location the currently selected resource(s) either in Repositories or Working copy view.
Scan for locks (Ctrl (Meta on Mac OS) + 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 (Meta on Mac
OS) + 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 (Meta on
Mac OS) + 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 (Meta on Mac OS) + 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 (Meta on Mac
OS) + 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 (Meta on Mac OS) + 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
(Meta on Mac OS) + 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 "svn:ignore" (Ctrl (Meta on Mac OS) + 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.
Add to version control (Ctrl
(Meta on Mac OS) + Alt + V) - Allows you to schedule for
addition resources that are not under version control. For further details, see Add Resources to
Version Control section.
Clean up (Ctrl
(Meta on Mac OS) + 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.