Tag and Retrieve Versions of Project Files
With SVN, you can use tags to identify specific revisions of all project files. Not
every source control has the concept of tags. To use tags with SVN, you need the
standard folder structure in your repository and you need to check out your files from
trunk
. See Standard Repository Structure.
On the Project tab, in the Source Control section, click Tag.
Specify the tag text and click OK. The tag is added to every project file.
Errors appear if you do not have a
tags
folder in your repository.
Note
You can retrieve a tagged version of your project files from source control, but
you cannot tag them again with a new tag. You must check out from
trunk
to create new tags.
To retrieve the tagged version of your project files from source control:
On the Project tab, click New, and then in the start page, click Source Control.
Click Change to select the Repository path that you want to retrieve files from.
The Specify SVN Repository URL dialog box opens.
Select a recent repository from the Repository list, or click the Repository button to browse for the repository location.
Click Validate to show the repository browser.
Expand the
tags
folder in the repository tree, and select the tag version you want.Click OK to continue and return to the new project dialog box.
Select the local folder to receive the tagged files. You must use an empty project folder. (If you try to retrieve tagged files into an existing project folder, an error appears.)
Click Retrieve.
Alternatively, you can use labels to apply any metadata to files and manage configurations. You can group and sort by labels, and create batch jobs to export files by label. See Add Labels to Files.
With Git™, you can switch branches. See Branch and Merge Files with Git.