Working with Tags and Branches
From within PhpStorm, you can create and delete CVS tags and branches. The names of the tags and branches must start with a letter, and contain only alphanumeric characters.
Branch and tag commands apply to all the files you have selected in the current view (including all the files in any selected directory), or to the current file in the editor if you invoked the command there.
This section describes how to:
- Access the tags and branches commands.
- Create a branch in the repository on the base of the current revision.
- Tag a revision in you local working directory.
- Delete a tag.
To access tags and branches commands
To create a branch
- Invoke the command.
- In the Create Branch dialog box, specify the name of the new branch. To do that, type the name in the
Branch name field, or click the Browse button
and select the desired name from the list of existing CVS tags.
- Optionally, specify the following:
To create a new tag
- Invoke the command.
- In the Create Tag dialog box, specify the new tag name. To do that, type the name in the
Tag name field, or click the Browse button
and select the desired name from the list of CVS tags.
- Optionally, specify the following:
To delete a tag
- Invoke the command.
- In the Delete Tag dialog box, specify the name of the tag you want to delete. To do that, type the name
in the Tag name field, or click the Browse button
, and select tag name from the list of the current tags in the repository.
See Also
Reference:
Concepts:
External Links:
Last modified: 12 July 2016