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
Shashikant Padur
JAZZ DEVELOPER Apr 21 '14, 11:09 p.m.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.