Reverting a stream to an earlier snapshot
I can revert a workspace to an earlier snapshot, but the only way I can find to to revert the stream is to do the following.
1. Revert a contributing workspace
2. Replace each component of the stream with the component from the workspace.
This is tedious for a stream with many components. Is there a better way?
1. Revert a contributing workspace
2. Replace each component of the stream with the component from the workspace.
This is tedious for a stream with many components. Is there a better way?
2 answers
I can revert a workspace to an earlier snapshot, but the only way I can find to to revert the stream is to do the following.Do you have the workspace loaded to disk? It would be faster if you used a workspace that was tracked instead of having content loaded on disk.
1. Revert a contributing workspace
2. Replace each component of the stream with the component from the workspace.
This is tedious for a stream with many components. Is there a better way?
You could also try creating a new workspace from the snapshot and loading it as tracked. Perform a replace in stream with that workspace. That might be faster than reverting a current workspace. Then you can delete this workspace after you've done the replace in stream.
Or do you mean you're finding it tedious replacing component after component? The above method would avoid having to replace each component with the one from the snapshot.