RTC / CC Synchronization
Hi everybody,
I'm facing logical problems while trying to synchronize from RTC to CC.
The Project Structure in RTC is this that the Component contains as root element a folder named the same way as the component, e.g.
Component: TestMe
|--> Folder: TestMe
|--> data
When I know try to synchronize this structure to ClearCase using the sub-VOB components I get inside the VOB the same structure:
VOBname
|--> folder1
|--> Directory: TestMe (as component)
|--> Directoy: TestMe (sub component folder)
|--> data
Is it possible to avoid the "two dir named the same" structur?
Means is it possible to get either the component name or the sub component folder name away?
Greetings,
Simon
I'm facing logical problems while trying to synchronize from RTC to CC.
The Project Structure in RTC is this that the Component contains as root element a folder named the same way as the component, e.g.
Component: TestMe
|--> Folder: TestMe
|--> data
When I know try to synchronize this structure to ClearCase using the sub-VOB components I get inside the VOB the same structure:
VOBname
|--> folder1
|--> Directory: TestMe (as component)
|--> Directoy: TestMe (sub component folder)
|--> data
Is it possible to avoid the "two dir named the same" structur?
Means is it possible to get either the component name or the sub component folder name away?
Greetings,
Simon
3 answers
Hi Simon, this document describes how the synchronizer decides your RTC component to be exported to ClearCase:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.connector.scm.cc.doc/topics/r_export_target.html
One good news in addition to this document is that, you can move or rename the 'TestMe' directory (as component) in the ClearCase VOB after the initial export. And any changes under the folder continues to be synchronized with RTC's 'TestMe' component, or vice versa. So you can arrange your component structure in whatever way you'd like to.
Note that move or rename of the directory 'TestMe' (as sub component folder) will simply be synchronized the RTC side ;)
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.connector.scm.cc.doc/topics/r_export_target.html
One good news in addition to this document is that, you can move or rename the 'TestMe' directory (as component) in the ClearCase VOB after the initial export. And any changes under the folder continues to be synchronized with RTC's 'TestMe' component, or vice versa. So you can arrange your component structure in whatever way you'd like to.
Note that move or rename of the directory 'TestMe' (as sub component folder) will simply be synchronized the RTC side ;)
Comments
The relative pathname in RTC (relative to the RTC component root) of each replicated file/directory is the same as its relative pathname in ClearCase (relative to the corresponding the ClearCase component root) file/directory. So if you have a folder named "TestMe" under the RTC component root directory, you will have a folder named "TestMe" under the ClearCase component root directory.
Just for interest's sake, why is it important to have a TestMe folder in the RTC component, but not have one in the corresponding ClearCase component?
Just for interest's sake, why is it important to have a TestMe folder in the RTC component, but not have one in the corresponding ClearCase component?
Comments
I created an RFE for this request:
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=33885
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=33885