Equivalent to svn switch?
d s (71●7●3)
| asked Nov 23 '10, 3:50 p.m.
edited Oct 12 '17, 1:42 p.m. by David Lafreniere (4.8k●7) We use svn switch quite a bit. This saves us 10 to 20 minutes each time we need to switch tasks.
|
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. David Lafreniere selected this answer as the correct answer
Comments Could you please provide the steps to do this or point me to the doc that describes how?
Michael Valenta
commented Nov 24 '10, 10:10 a.m.
| edited Oct 12 '17, 1:34 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
That means that you had changes in your workspace that were not in the new flow target (i.e. your remote workspace is really just a personal stream. Changing the flow target doesn't change the contents of your stream. It only does a comparison with the target to show you the difference). When this happens, you have two options:
Here is a link on how to suspend change sets:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.