Welcome to the Jazz Community Forum
rational equivalent to git/mercurial/svn log ?

Hi,
could you please tell me if there is any option using command line client for RTC to extract the
"development log" from the system. In SVN you can use "svn.exe log http://.." in GIT the same, in MERCURIAL very similar, in ClearCase you would have to use: "cleartool lshistory -long -recurse".
But how to do this in RTC ??
best,
lukas
Accepted answer

Just to add to this, from the command line you should be aware of the scm history command, and play with the examples provided to see if they provide what you are looking for. Embedding this in a small script would allow you to enter in the name of the file that you are looking for history on, and could then format the output stream for an end user.
One other answer

Caveat: not versed in any of your mentioned source management methods
Maybe show the history of the stream, component or workspace ? The scm command has a couple of options for showing history as well.
https://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
Maybe show the history of the stream, component or workspace ? The scm command has a couple of options for showing history as well.
https://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html