Getting history for all the files in Repository
![]()
Is it possible to get history for all the files in a particular component of a Project area? For Ex if file PropertyReader.java has been modified by Developer A most recently.. Need to get the list like PropertyReader.java Developer A I was able to get the history using scm
scm show history -r $URL -u $userId -P $pwd -w $ws --component icdp_core_as /source/common/Adapters/com/bac/icdp/consumer/common /PropertyReader.java (2097) ----$ Developer A "Code changes for XML..." 03-Mar-2015 04:09 PM But i need run this for each file to get the history of all the files.. So java api can simplify this task |
Comments
Just for interest's sake, why would you want to do this?
I have a requirement in my project where in if the JUnit coverage for a particular file decrease,i need get its author and send it in a report..