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? |
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.