I’m involved in a language where there are two parallel projects taking place. Since it’s the same language, spelling decisions in one project ought to be exactly the same as the other project.
At this time one of the projects has a moderately robust spelling status and the other one has no work done on spelling. If I use ntfs hard links to make the good SpellingStatus.xml file also appear in the second project’s directory, I’m fairly certain that it would allow us to update spelling in either project and have the status immediately changed in the second one.
I’m wondering if there is a better way of accomplishing the same goal that I’m missing.
And, I’m wondering if this will cause any issues, particularly with the Mercurial versioning system.