It's all about the answers!

Ask a question

How to do a high effiencency source control among teams?


He Huang (31911) | asked Nov 11 '13, 12:40 a.m.
retagged Dec 16 '13, 4:16 p.m. by David Lafreniere (4.8k7)
The source code in our project can be divided into three components.
Each component is controlled by a different team and released separately at their own schedule.
And the project will release all components in its own schedule.
Then is there any highly efficient development mechanism to allow all three teams to share the latest code with each other without debugging the code from other team?

One answer



permanent link
Jeff Care (1.0k3833) | answered Nov 12 '13, 4:59 p.m.
Maven snapshots may be of some use here, but you didn't mention what build system you're using.

I tend to think that "latest code" and "without debugging" are diametrically opposed goals, but I supposed it depends on how disciplined you are about maintaining backwards compatible APIs; how vigilant you are about testing API compatibility.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.