It's all about the answers!

Ask a question

scm - get file version


Stephen Rooks (18231825) | asked Dec 16 '14, 9:38 a.m.
Using Eclipse, I can switch on the display of file version by using Preferences/Jazz Source Control/Version Identifiers.

Is it possible to retrieve the file version using scm?

thanks

Accepted answer


permanent link
Lily Wang (4.9k714) | answered Dec 16 '14, 7:45 p.m.
Hi Stephen,
Per https://jazz.net/downloads/rational-team-concert/releases/5.0?p=news#version-identifier-feature, you can get the version id using "lscm list remotefiles" command with "--show-versionid" argument.

Stephen Rooks selected this answer as the correct answer

One other answer



permanent link
Ankit Jain (623) | answered Dec 16 '14, 7:47 p.m.
 use scm list remotefiles 

Your answer


Register or to post your answer.