Using command line (scm) how do I revert to a previous file version in the sandbox?
One answer
1) list the history of the file 'lscm -u y show history <filepath>'.
2) Figure out the change set from which the change has to be downloaded and run 'lscm -u y list change <changeset uuid/alias>'.
3) Run 'lscm get change <changeset uuid> <item id> <path-to-download>'. You could also use 'lscm get file'
In 502, 'lscm get file' accepts version id (although it still accepts state id).