Create a branch or tag

Creating a tag is no different from creating a branch. For both, Subversion uses a "cheap copy" or an internal link to a specific revision. The two differ in how they are used.

  1. In the Solution Explorer, right-click an item and select Subversion > Branch Solution.
    Revert an item to a specific revision
  2. In the Create Branch/Tag window, select the source for your branch or tag.
    • HEAD or latest revision in the repository
    • A specific older revision in the repository
      Note: If you don't know the revision number, click the button on the right to see the Log Viewer, and select the appropriate revision number from there.
    • Your local working copy
  3. To automatically switch your working copy to the new branch, select Switch to Branch after creation.
    Note: If your working copy has modifications, those changes will be merged into the working copy of the branch when you switch.
  4. Enter a log message explaining why you're creating the branch or tag.
  5. Click OK.
Related actions
Perform a Subversion operation from Pending Changes