What command can I use to get all the files in a change set into local workspace?
What command can I use to get all the files in a change set into local workspace? I can only get one file if using command of "get change" or "get file", and the "accept..." only work once to get incoming changes, I want to get all the files in a change set(any change set) into local workspace at anytime, what command can I use? or any solution is there for this? do I have to write a script to get files one by one in the change set? does someone have example? |
2 answers
I am using version 4.0.6, it is coming from the flow target. My question is to get the all the file in a change set into local workspace(or any loaction in local disk) at any time, the "accept" cannot get all the files at any time, once we accept the changes, and then delete the files in local workspace, we cannot use accept to get those files again, it thinks there is no change in workspace, and gets nothing, see the message it shows "Workspace unchanged" Comments
sam detweiler
commented Apr 22 '14, 10:15 a.m.
I don't believe you can get JUST the files impacted by the specified changeset.
|
could you give more details about "ALL the files impacted UP THRU the specified changeset", give an example?
Comments
sam detweiler
commented Apr 22 '14, 3:06 p.m.
I was incorrect.. you can LOAD the component, (at the current changeset level), but cannot pick & choose files.
Yes, you can force load all the files of a component from the flow target. Any local changes will be overwritten. In cli, run as follows "lscm load -f workspace component" |
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.
Comments
accept command does two things: a) If run from within the sandbox it updates the repository workspace and also updates (or downloads) the changes to your sandbox. b) If run from a non sandbox location it updates only the repository workspace.