Two projects updating one with another's contents
I've got two projects a main and a training for new guys to learn rtc. What's the easiest method to update the training project with what's in the main project. I've examined flow targets but can't seem to get this to work as the owner always remains the main project. This causes issues because the trainee isn't invited to the main project until they are deemed suitable. Hence the flow is never visible to them. I am missing something obvious.
One answer
First, you'll want to review the contents of the RTC SCM on-line help (e.g. http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp ). In particular, you'll want to review the first few sections of the "getting started with jazz source control" article that is referenced in that help section ( https://jazz.net/library/article/41 ).
Then you'll want to set up a workspace to have two flow targets: the main project stream and the training project stream. Then when you want changes from the main project stream to appear in the training project stream:
- set the current flow target of the workspace to be the main project stream
- accept all incoming changes
- set the current flow target of the workspace to be the training project stream
- deliver all outgoing changes.
Then you'll want to set up a workspace to have two flow targets: the main project stream and the training project stream. Then when you want changes from the main project stream to appear in the training project stream:
- set the current flow target of the workspace to be the main project stream
- accept all incoming changes
- set the current flow target of the workspace to be the training project stream
- deliver all outgoing changes.
Comments
Vivek Agarwal
Sep 27 '12, 1:35 p.m.Hi Paul,
Paul Grayem
Sep 24 '12, 10:28 a.m.I'm looking to move the files in the project as opposed to the work item.