I know this must have been asked multiple times, but I can't really find it, and after actually rtfm, I felt I may even ask something that also helps others.
Scenario, Magento delevopment, let's say I want to build a custom e-commerce website with an almost latest core and html5 and just for the hack of it, throw in DISQUS too.
We have 3 projects on github to handle these:
- https://github.com/LokeyCoding/magento-mirror
- https://github.com/zeljkoprsa/Magento-Boilerplate
- https://github.com/involic/Magento-DISQUS-Comments-Integration-Light
These moduls will partially conflict, as they can all have folders in their project root called app, lib, skin, few others, but they are unlikely to contain the same files in the exact same folders.
My question is, what is the best way to set up my project to be able to upgrade when these projects upgrade?
Thanks in advance!