bitbucket - One product ( server side / client side 1 / client side 2... ) in one repository git -
i have problem connected structure of git repository. working while svn, maybe change mindset little bit. our team developing 1 product, let's name "deep". "deep" has:
- server side (php/db)
- android app
- windows phone app
- ios app
i'm android app developer don't need ios,windows phone , server side code. friend don't need code. there chance work part of master need , don't interact other parts @ all.
why want have in 1 repository fact, these parts should on same stage of development, when make release. make more visible, there point in time when want make release, android app should support same amount of functionalities server side, windows phone, ios.
and what's more in opinion looks cleaner have 1 repo = 1 product
you looking submodules, each have own repository, stage commits in main repository of different modules. way can work stable copy of each others work, still work on code out affecting others.
Comments
Post a Comment