Hello,
we plan to move from TFS (Microsoft Team Foundation Server) to GitHub.
We have several programs that use sub-libraries that are common to all projects.
What is the best approach to not having to have all projects in one repository?
Our Applications are not so small.
Main libraries about 2.500 Objects (55 PBLs) and 4.200 Objects (35 PBLs)
Sub libraries about 1.500 Objects (20 PBLs)
Best regards Christian Freund
Andreas.
We do have to rebuild when one developer makes changes in our framework, and later other developers do get those changes (not always). The main reason is because those changes may be imported in pb in any order, so a rebuild is needed later. When this happens, we do have an alert (messagebox) notifying that this happened. Only then we need to do a full build. Until now...
Andreas.