At my Work we use RTC for SCM.
This seems like a basic question for Source Control Management.
is there a way to roll back an entire workspace to a point in the past?
I have seen the history option under "team" but that seems to only be for one file.
thanks
You can also replace a component from a baseline or component in another workspace/stream via the IDE:
If you want to replace multiple components at once, you can:
Or, if you don't have a baseline or other workspace/stream capturing the point in the past you want, you can:
It depends how you specify that point in the past.
If you have previous baselines that do represent said point, then, according to this thread:
If you do not have a workspace,
scm create workspace my-ws
scm workspace add-components my-ws comp1 comp2
scm accept --baseline my-baseline --source src-ws --target my-ws
scm load my-ws
If you already have a workspace:
scm workspace replace-components --baseline my-baseline my-ws workspace src-ws
If you don't have a baseline, you can also discard the change sets that have been delivered to the stream since the time you care about.
You do that by calling scm discard <change-set-selector>
. To find the change sets to discard, use scm history
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With