Is it possible to download all history versions of a specific file in one step ?
One answer
You can use the scm cli to do these kind of operations.
If you have the item id and state/version id's then you can use the 'scm get file <item id> <state or version id> <path on disk>'
If you do not have the item information you can fetch the history that shows the item id and state id/version id by using the 'scm -u y history -w <workspace or stream name/uuid> -C <component name/uuid> -R <path relative to the component>'
Also take a look at 'scm get change' which downloads a specific change from the change set.
Comments
sam detweiler
Dec 03 '14, 10:36 p.m.Katrin Heymann
Dec 04 '14, 3:37 a.m.