Abstract
Create a branch (aka fork) for a separate line of development.
-
To create a branch, select the desired files and/or folders to remove and right-click on them. Note: A branch is normally created on an entire folder, usually the top folder of the sandbox.
-
Select CVS → Branch from the context-menu.
-
Enter the desired branch name. Note that CVS places some constraints on the branch name; these constraints are shown at the bottom of the dialog. To see which branches are already used in this folder, click the Update list... button.
-
By default, the Check that the files are unmodified checkbox is enabled. This prevents you from creating the branch if you have uncommitted changes. Under special circumstances, you might want to disable this.
-
If the branch already exists, CVS will not move it unless you select Move existing branch.
-
To remove a branch which you created by mistake, or no longer want, select Delete existing branch. You should be very careful when doing this.
-
Finally, click OK.
-
Note that your sandbox is not automatically changed so that you are working on the newly created branch. To do this, see Selecting a Branch to Work On.