Creating a Branch on an older revision
Comments
-
Hello All,
I have a project on a repository server and I’m trying to create a new branch based on a specific revision. Is this possible currently? From what I understand, we can only create a branch based on the most current state of the repository.
-
Hello Samuel,
It is possible to create a new branch based on a specific revision of the project. Currently, we are only able to create a new branch based on the current state of the repo. If we need to create a branch on an older revision, below are the steps:
[ul][li]Rollback to the specified revision. This creates a new revision and updates the current state of the project in the repository.
[/li][li]Run the create branch action for the project
[/li][li]Rollback to the revision that contained the latest version of the project
[/li][/ul][img]att1[/img]
[img]att2[/img]
Howdy, Stranger!