How do I perform a manual TIA Portal project merge if I'm unable to use the Copia Advanced Merge Tool?
This article describes the steps to manually merge TIA Portal projects instead of Copia's Advanced Merge Tool.
If Copia's Advanced Merge Tool is failing to merge your projects (Why can this happen?), you may need to manually merge your projects instead. You can follow these general steps below to perform the manual merge. These steps bypass the Advanced Merge Tool workflow entirely.
- Use the Copia web app to download the newest version of your project from both the parent and sub-branch. We recommend adding the branch name and/or the commit SHA to the end of each file name to keep track of them. Temporarily store them outside of your repository folder, such as on your Desktop.
- Manually merge your projects
- Option 1: Copy/Paste method; fast and simple; best for merging projects with few differences
- Open both projects in TIA Portal. Copy/Paste changes as needed to the sub-branch project. You can use the non-sequential compare tool in the Copia desktop app to highlight the differences between the branches.
- Option 2: Reference Project method; more complex; best for merging complex projects with many differences
- Make use of the Reference Project comparison functionality it TIA Portal to do offline/offline comparison of the two projects. This workflow is covered in this Siemens article.
- Option 1: Copy/Paste method; fast and simple; best for merging projects with few differences
- Compile your manually-merged projects. Ensure that there are no compilation errors
- Save your project with the original file name
- It is critical that you use the same file name. Ensure that the project folder and the .apXX file has the same name as the original.
- In the Copia desktop app, navigate to your repo and the sub-branch (i.e. the branch that you are merging into the parent branch in the PR)
- Be sure to Fetch and Pull if there are any commits that need to be pulled locally
- Copy and Paste the manually-merged project that you have saved to the temporary location into the repo folder. This should replace the previous file(s) that are there.
- The Copia desktop app should detect the project and automatically Auto-Archive the project
- Commit and Push this manually-merged project
- Important: Since you've now manually merged the project outside of the Copia environment, it is best practice to leave a detailed commit message describing what you've done. An example is shown below
- Example Commit Message: "Manually merged projects from the master branch (commit SHA XXXXXX) and new-feature branch (commit SHA XXXXXX) in place of the Advanced Merge Tool"
- Example Commit Description: "I manually included the new <block names> from the new-feature branch into the master branch. I also manually added the new hardware device <device name>"
- Return to the Pull Request in the Copia Web app. Ensure that your most recent commit shows up at the bottom of the "Conversation" tab
- At the bottom of the bottom of the "Conversation" tab, leave a comment describing your manual merge, similar to the comments from Step 7
- In the "Conflicts" window, click the "Overwrite <branch_name> branch" option
- Do not click the "Open Advanced Merge Tool" button
- Close the Pull Request and optionally delete the sub-branch
- Return to the Copia desktop app, switch to the parent branch and perform a Fetch and Pull to get the newly-updated parent branch locally before making any future branches
- Delete any of the local projects that you used to avoid confusion in the future
You've now completed manually merging your TIA Portal projects.