Hardening files to prevent merge conflicts
Posted: Thu Mar 07, 2019 10:47 am
I work on a team with multiple writers all using the same repo.
I notice I often get merge conflicts in the TOC when I merge feature branch (with changes to the TOC) back into master. I'm wondering if using nested TOCs would help with merge conflicts? It seems like it would because with nested TOCs, changes might be more isolated in feature branches.
Are others using source control with multiple writers working in feature branches and uploading to a single branch to do publish? If so, have you had similar problems with the TOC and will using nested TOCs help make the TOC less prone to merge conflicts?
Is there a way to test if the new structure is less prone to merge conflict (beyond just trying it out I mean).
I notice I often get merge conflicts in the TOC when I merge feature branch (with changes to the TOC) back into master. I'm wondering if using nested TOCs would help with merge conflicts? It seems like it would because with nested TOCs, changes might be more isolated in feature branches.
Are others using source control with multiple writers working in feature branches and uploading to a single branch to do publish? If so, have you had similar problems with the TOC and will using nested TOCs help make the TOC less prone to merge conflicts?
Is there a way to test if the new structure is less prone to merge conflict (beyond just trying it out I mean).