How to merge external files with files in RTC component?
![]()
Hi RTC SME's.
I need help in moving certain files and folders from local drive to RTC stream/Component:
The scenario is:
I have a folder on my local drive which contains files and nested-folders.
I want to merge it with RTC component which has some files and folders.
How can I do it?
While merging this content from local drive to RTC component, it should add any new files from the local drive folder, and should warn me for conflict if there are files with same names in the local drive folder and component repository files.
RTC version is 4.x
Please suggest on how can I achieve this?
|
2 answers
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 10 '15, 12:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
- Create a repository workspace on that stream
- Load that repository workspace into a sandbox on your local drive - Use a file system copy that warns you about overwriting existing files (such as the standard Windows file system copy) to copy your local files into the desired location in the sandbox. Comments Thanks.
I don't to overwrite any file. I should be prompted to check contents of both files (files with same names), by using RTC compare editor and then make a call to resolve the content conflict by merge.
How can this be achieved?
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You could:
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You could:
Thanks!
I tried this with one file and it seems to be working. I just need to try with nested folders.
One query, the changes (merge) will overwrite the last baseline. So the earlier baselines will still have the differences (original content that it is supposed to have at the time of baseline), correct?
|