Home > Data Modeler Dialog Boxes > Subversion: Branch/Tag
This dialog box is displayed when you right-click a remote directory in the Subversion repository and select Branch/Tag. Create a branch by copying the current working copy or a revision from the repository to a selected location in the repository.
From: Location of the working copy or revision.
Working Copy: Causes the current working copy to be copied.
HEAD Revision: Causes the HEAD revision (the latest revision in the repository) to be copied.
Use Revision: Causes the revision specified in the text box to be copied. To see a list of revisions from which you can choose, click List Revisions.
To: Destination location.
Comment: Optional descriptive comment.
Switch to new branch/tag: If this option is checked, the existing working copy is switched to the new branch.
After you click OK, the SVN Console - Log pane is displayed at the bottom, with messages about commands that were executed.
Related Topics