Add version control to an existing project
Add version control to an existing project that either has no active version control, or a remote repository that does use a supported version control provider. Projects without version control do not display icons to commit, push, or pull changes or to version history. You can version projects externally using tools provided by a version control provider.
Prerequisites
- Create a remote repository with the same name as the project.NOTE: If your project has a local repository created with the project but no associated remote repository, pull or push changes to add version control. See either Pull changes that other users make from the remote repository or Push changes that you make to the remote repository.
- To add version control to an existing project
- With the project open, in the main toolbar bar, select the dropdown arrow afterSaveSave As.
- InSave project as, enter:
- Name. The name of the project. Use the same name as the remote repository.
- Location. The folder to contain the project.
- Use Version Control. Select to add version control to the project.TIP:If the project already has version control andUse Version Controlis already selected,FactoryTalk Optixcreates a new local repository for the project without any previous commit history.
- SelectOK.
Provide Feedback