Hello,
I have written a simple framework (actually collection of libraries) and a number of applications based on that framework. These framework and applications both have their own mercurial repositories. When I update the framework repository, I copy all framework files to application folders one by one. This work flow causes me some headaches, such as I do not know the last time I have updated the framework in application and which version it is.
I have two ideas about better work flows and wanted to know your opinion.
A build tool can update the version text in a text file in framework folder and export it to application folders.
I may use sub repositories in application repositories (I don't know how to do that)
Thanks!
Note: My codebase is PHP