Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to do a high effiencency source control among teams?

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?

0 votes



One answer

Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 1,202

Question asked: Nov 11 '13, 12:40 a.m.

Question was seen: 4,697 times

Last updated: Dec 16 '13, 4:16 p.m.

Confirmation Cancel Confirm