Symbol:
Function: This command opens the “SVN Copy Branch/Tag” dialog. There you can “Branch” or “Tag” a revision of your project. A specific revision of your project is saved there at this position. A branch is normally used in order to save changes isolated in one version. A tag is used for marking a specific state, for example a shipping version. Internally, it is copied not in the actual sense, but more refers to the revision.
Call: Menu bar: “Project SVN”.
Requirement: The project is versioned.
Dialog 'SVN Copy (Branch/Tag)'
“From” |
SVN path of the current project Example: |
“To” |
Target path in the SVN repository for the copy operation Example of tag:
|
Input field |
Comment the change in a log message. Example: |
“ Recent Messages” |
Opens the dialog “Recent Messages” to display the last log messages. You can click a log message to accept it. |
“Working copy (including local changes)” |
The new branch/tag refers to the working copy including all local changes. The local changes are committed to the SVN repository for this purpose. |
“Base revision of working copy (<revision number>)” |
The new branch/tag refers to the base revision of your working copy whose revision number is displayed in the parentheses. If the working copy already contains local changes, then these are not committed to the SVN repository. |
“HEAD revision of the repository” |
The new branch/tag refers to the HEAD revision of your project. |
“Specific revision in SVN repository” |
The new branch/tag refers to a revision that is displayed on the adjacent button. Click the button to change the revision. The “ dialog opens.”. |
“Switch to new location ” |
|
“OK” |
The target path is created (as a new tag |
See also