Show uuid of a specific version of a remote file
Is there any way to show the UUID of a specific version of a remote file from the command line in scm ?
Using a list remotefiles only seems to show the UUID of the most recent version of the files.
I want to get the UUID of a specific version of a remote file ?
|
One answer
You can use 'scm -u y show history -v' on the file. The '-u y' option will display the UUID. The '-v' option will show all the changes in the change sets listed. You'll be able to see your file in each change set's changes and the item UUID and state UUID will be displayed.
|
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.