It's all about the answers!

Ask a question

Is there any scm command which can give details about a changeset ?


Tushar Mehta (1516) | asked Jul 11 '16, 11:06 a.m.
edited Jul 12 '16, 12:08 a.m. by David Lafreniere (4.8k7)
My requirement is to group all change sets, which are delivered together in RTC by a user by time between 2 builds.

As build create a snapshot, I am planning to use scm compare .. snapshot command to get list of change sets, But it don't give the details like date with timestamp, user who changed. Is there any scm command which can help in getting the details of changesets.

To explain my scenario in detail, Here is an example.

Developer 1 Updated file : at a give time
   a.txt
   b.txt

Developer 2 updated: after Developer 1 has changed
   c.txt
   a.txt

Developer 1 again updates following files.
    b.txt
    c.txt

Is there any SCM command which can give me details of these changesets ? Like Developer name, date with timestamp 

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Jul 11 '16, 12:23 p.m.
JAZZ DEVELOPER
'scm list changes <changeset_uuid>' gives you all that information.
David Lafreniere selected this answer as the correct answer

Comments
Tushar Mehta commented Jul 11 '16, 1:23 p.m.

Thanks for the reply, Is there any way, I can get modified date in time with milliseconds and seconds.


Shashikant Padur commented Jul 11 '16, 10:54 p.m. | edited Jul 12 '16, 12:07 a.m.
JAZZ DEVELOPER

No, the scm cli does not have the functionality to customise the output.

Your answer


Register or to post your answer.