Equivalent to svn switch?
Accepted answer
In general, there are two things you can do in RTC SCM that give you similar behavior to svn switch:
1) You can load one workspace over another. Any shared content will remain in place but any new content will be loaded
2) You can suspend one or more change sets. This removes the change set from your workspace and places it in your suspended list. You can then later resume the change set(s).
We tend to use 2) quite a bit as part of our development work flow.
1) You can load one workspace over another. Any shared content will remain in place but any new content will be loaded
2) You can suspend one or more change sets. This removes the change set from your workspace and places it in your suspended list. You can then later resume the change set(s).
We tend to use 2) quite a bit as part of our development work flow.