QLCMerge, a tool for differencing and merging
Posted: Sun Apr 02, 2023 7:40 am
Working on lighting projects with two or more people poses concurrency problems. To solve this, I've started a tool to help identify where project files are different or divergent, and ultimately to help merge those changes back into a single inclusive project file. So far, the tool only provides a very simple command line interface and outputs the identified differences to the console. Maybe some of you will find that useful.
I am actively working on a show with another person (again), which will hopefully drive me to keep working on the as-yet-todo features, but I also need to actually finish the show lighting, so we'll see which comes first.
I have published the tool and C# source code freely to GitHub!
https://github.com/RossTheHammer/QLCMerge
I am actively working on a show with another person (again), which will hopefully drive me to keep working on the as-yet-todo features, but I also need to actually finish the show lighting, so we'll see which comes first.
I have published the tool and C# source code freely to GitHub!
https://github.com/RossTheHammer/QLCMerge