[closed] Resuming suspended changesets in stream not working
Lauren Hayward Schaefer (3.3k●1●17●27)
| asked May 19 '15, 9:57 a.m.
JAZZ DEVELOPER edited May 26 '15, 1:12 p.m. by Martha (Ruby) Andrews (3.0k●4●43●51)
My situation: My project was originally in CVS. The project and all of its history was transferred to Jazz Source Control about 2 years ago. The team made changes to the code in Jazz Source Control.
What I'm trying to do: Revert my repo workspace to the beginning of its history, so I can choose to pull in changes from the project's original history. Steps I followed:
Expected: The changeset is incorporated into my repository workspace, and the changeset is no longer listed in the Suspended view. Actual: A dialog showing "Operation in progress" briefly appears and then nothing changes. The changeset is still listed in the Suspended view. ---- I've also tried to accept the changeset using the command line: lscm resume changeset [myuuid] The output is:
Resuming change sets:
---- When I run lscm status, I can see the change sets that were created after the transition to RTC have aliases: (1697) ----$ 'info about my changeset' However, the changeset I'm trying to resume that was migrated from CVS does not have an alias: (----) ----% 'info about my changeset' ---- Instead of suspending the changes, I've also tried discarding the changesets, but as I describe in https://jazz.net/forum/questions/184986/how-can-i-revert-repository-workspace-back-in-time, the changesets that were migrated from CVS are not listed as Incoming changes. ----
I'm unsure if this is a defect or I'm completely missing something. Any advice on how to resume the changesets or get the changesets to display as Incoming after discarding would be appreciated.
|