The main menu of the Syncro SVN Client is composed of the following sub menus:
File
Editor view or the Compare view.
Save - Saves the local file currently opened in theExit - Exits the Subversion client.
Edit
Editor view or the Compare view.
Undo - undo edit changes in the local file currently opened in theEditor view or the Compare view.
Redo - redo edit changes in the local file currently opened in theEditor view or the Compare view.
Cut - cut selection to clipboard from the local file currently opened in theEditor view or the Compare view.
Copy - copy selection to clipboard from the local file currently opened in theEditor view or the Compare view.
Paste - paste selection from clipboard in the local file currently opened in theEditor view or the Compare view.
Find/Replace - perform find/replace operations in the local file currently opened in theConsole view.
Find Next - go to the next find match using the same find options of the last find operation. The action runs in the editor panel and in any non editable text area, for example theConsole view.
Find Previous - go to the previous find match using the same find options of the last find operation. The action runs in the editor panel and in any non editable text area, for example theRepository - operations from the Repository view:
Add SVN Repository dialog.
New Repository Location - allows you to enter a new repository location by means of theEdit SVN Repository dialog. It is active only when a repository location root is selected.
Edit Repository Location - context dependent, allows you to edit the selected repository location by means of theRemove Repository Location - allows you to remove the selected repository location from the view. It shows you a confirmation dialog before removal. It is active only when a repository location root is selected.
Move Up - move the selected repository up with one position in the list of repositories in the Repository view.
Move Down - move the selected repository down with one position in the list of repositories in the Repository view.
Working copy - operations from the Working copy view:
Working copies list dialog which displays the working copies the Subversion client is aware of. In this dialog you can add existing or remove no longer needed working copies.
Add/Remove Working Copy - opens theSynchronize view. The action performs a synchronize operation on the root of the working copy.
Synchronize - contacts the repository and determines the changes made by you to the working copy and by others to the repository. The synchronize result will be displayed in theRefresh - refreshes (re scans) the content of the working copy. The action performs a refresh operation on the root of the working copy.
Cleanup - performs a maintenance cleanup operation on the working copy.
Show History ... - brings up the History view and displays the log history for the selected resource from the working copy.
Edit conflict - opens a Compare view for editing the selected conflict.
Properties view and displays the SVN properties for the selected file.
Show SVN Properties - brings up theSynchronize - operations from the Synchronize view:
Outgoing mode is selected or the synchronization result does not contain resources with incoming changes. It will perform a recursive update on the synchronized resources.
Update all - updates all resources with incoming changes. It is disabled whenIncoming mode is selected or the synchronization result does not contain resources with outgoing changes. It will perform a recursive commit on the synchronized resources.
Commit all - commits all resources with outgoing changes. It is disabled whenAdd - it is enabled for unversioned resources and performs a svn add command which adds the resources to version control.
Commit ... - it is enabled for outgoing changes and commits all selected resources, recursively in the case of directories, to the repository. This action collects the outgoing changes from the selected resources and presents them in a dialog.
Update - it is enabled for resources with incoming changes. Updates all selected resources to the synchronized revision. If one of the selected resources is a directory then the update for that resource will be recursive.
Override and Commit ... - it is enabled on conflicting resources. The action will drop any incoming changes and will send your local version of the resource to the repository. See also Drop incoming modifications.
Override and Update ... - it is enabled on resources with outgoing changes including the conflicting ones. It is used for dropping any outgoing change and replacing the local resource with the synchronized revision. See Revert your changes section.
Mark Resolved - it is enabled on resources with real content conflicts. Its function is to tell the Subversion system that you resolved the conflict and the resource can be committed. See also Merge conflicts part.
Expand All - expands the selected directories to leaf level.
Collapse All - collapses all child nodes of the selected tree node.
Compare - operations from the Compare view:
Perform Files Differencing - used to perform file differencing on request.
Go to First Modification - used to navigate to the first difference.
Go to Previous Modification - used to navigate to the previous difference.
Go to Next Modification - used to navigate to the next difference.
Go to Last Modification - used to navigate to the last difference.
Copy All Non-Conflicting Changes from Right to Left - this action copies all non-conflicting changes from the right editor to the left editor. A non-conflicting change from the right editor is a change that does not overlap with a left editor change.
Copy Change from Right to Left - this action copies the selected change from the right editor to the left editor.
Show Modification Details at Word Level - because the differences are computed using a line differencing algorithm sometimes is useful to see exactly what words are different in a changed section.
Show Modification Details at Character Level - useful when you want to find out exactly what characters are different between the two analyzed sections.
Ignore Whitespaces - Enables or disables the whitespace ignoring feature. Ignoring whitespace means that before the strings are compared they are first normalized and then the whitespace at the beginning and the end of the strings is trimmed.
Layout - layout control actions:
Reset Layout - resets all the views to their default position.
Show View - Brings to front the specified view.
Options
Preferences - opens the preferences dialog.
Reset Options - resets all your options to the default ones.
Import Options - allows you to import options you have previously exported.
Export Options - allows you to export the current options to a file.
Reset Authentication - resets the Subversion authentication information.
Help
Dynamic Help - shows the Dynamic Help dialog.
Help - opens the Help dialog.
Check for New Versions - checks the availability of new Syncro SVN Client versions.
Browse Syncro SVN Client website - opens the Syncro SVN Client website in a browser.
Register - opens the registration dialog.
Support center - opens the Syncro SVN Client Support Center web page in a browser.
About - opens the About dialog.
![]() | Note |
---|---|
In order to avoid unusual situations you can currently execute only one action that involves operations with the working copy or with the repository at a time. |