What is the best way to version control multiple work products?
Lets say I have Work products A-D. They are all related to eachother and are worked by different people. My question is - how do i version control this?
Lets say i update A. Someone will need to update B-D but i want to publish A for others to use. Once someone finishes B, he publishes it and someone works C-D. The problem is i want to version link all of these so that if i release only A i want to let others know only certain versions of B-D works.
Can RTC help me do this? thanks!
2 answers
A shared configuration is implemented as an RTC "stream". In your example, you would share work by selecting some stream used by those different people. You "publish" A by delivering it that stream. Similarly, the other people would publish the changes they have made, by delivering their changes to that stream.
https://jazz.net/library/#sort=pubDate&tag=scm shows various articles about the RTC SCM system.
I would start with https://jazz.net/library/article/539 .
https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals is also a good starting point and provides additional links for further reading per topic.
I would start with https://jazz.net/library/article/539 .
https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals is also a good starting point and provides additional links for further reading per topic.