How to delete check-in files but not yet delivered in RTC?
Accepted answer
Unfortunately I don't think the Undo action from the PC view will delete the actual content from the DB. It will remove that filestate from the change set however, but the filestate+content blob is already in the DB prior to that. It sounds like even if the 'Undo' action did work, it might not solve all your original issues because from what I gatherĀ there are also 'complete/closed' change sets which contain these large binary files that you want to clean-up - in which case the 'Undo' action won't work..
The approach you want is what you first started describing... however the issue is that you are trying to show the History of that file in an empty configuration. Ex: Notice it says "android-8.1.0_r33.tar.gz in Empty configuration" at the top of the History view... which in turn is because the Change Summary view also doesn't have a context, what you need is for this change set to exist in 'any' stream/repository workspace, and use that context in the Change Summary view first, and then the Show History action will actually show you the change set, in which case you can do the check-in history --> Delete Content action.
(Note: there's an action on the toolbar of the Change Summary view called "Select location to resolve paths" that can be used to change to a workspace/stream that contains the change set. If the repo workspace that 'did' have the change set is deleted, then create a temporary repo workspace and accept the change set into that workspace, and you can delete the repo workspace once all your content deletes are done).
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 26 '22, 3:06 a.m.Don Yang
Aug 28 '22, 10:45 p.m.