We have a suite of applications in which there are a couple of server apps, and a bunch of client apps. All of the apps share common folders specifying, e.g., the comms protocol for clients and servers to talk to each other. For instance, the basic folder layout for a client is then:
Code: Select all
\client x
\client x\source
\client x\source\shared files
I have tried branching the generic client folder to create a new client, which works fine, but it breaks the shares in the 'shared files' folder. We then run the risk of some clients being out of sync with the current version of the comms protocols.
TIA
Alan