Accepting an incomplete change set that adds a new package to my workspace does not add the descendants
![]()
Chase Patterson (36●3)
| asked Sep 08 '17, 12:58 p.m.
edited Sep 10 '17, 8:17 p.m. by David Lafreniere (4.8k●7) Hey there,
I've noticed this a few times over the years and I just recently updated to RTC 6.0.4 and it continues to happen.
If I am accepting a change set from someone that creates a new package, then the files underneath that package do not get created.
Here are the steps:
Is this a known limitation or should it be a defect? What's the quickest workaround? I just manually created the files underneath that package.
Thanks,
Chase
|
Accepted answer
![]() It sounds like you might be hitting this defect:
Michael Valenta selected this answer as the correct answer
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Note that the key point here is that using "patch" to perform directory modifications (adding, removing, or renaming directory members) can encounter problems. Instead, you should always accept completed change sets into your repository workspace, which avoids those problems with the "patch" mechanism. |