[closed] Resuming suspended changesets in stream not working
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:
- Create a new repository workspace
- In the Pending Changes view, right click on the component and select Show > History
- Select all of the history
- Right click and select Suspend
- Return to the Pending Changes view
- Right click on the bottom-most (oldest) changeset and select Resume
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:
Workspace unchanged.
----
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.
The question has been closed for the following reason: "Problem is not reproducible or outdated" by lhayward May 19 '15, 10:45 a.m.