The main menu of the <oXygen/> Subversion client is composed of the following submenus:
Editor view or the Compare view.
Save - Saves the local file currently opened in theExit - Exits the Subversion client.
Repository - 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.
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 (rescans) 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.
Synchronize - 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 whenCompare - 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 change from right to left - this action copies the selected change from the right editor to the left editor.
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.
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.
![]() | 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. |