Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to get a list of files changed between 2 given dates?

Hi,

In RTC , I would like get a list of files that have changed between 2 given dates. Is there any SCM command of API that I can use to achieve this ? Files could be associated with different change sets and work items.

In other words, I have a set of text files , most of which wont change across product releases. But a few files do get modified , and I want to get a list of those that changed , since last release .

0 votes



One answer

Permanent link
In the scm command line you can use "list changesets" command which accepts before and after date. Once you retrieve the change sets you can loop over them and for each change set you can use "list changes" command to retrieve the changes/files.

"list changesets" can also take in a workitem and it will list all the change sets attached to the workitem.

Run 'scm help list changesets' and 'scm help list changes' for more information.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,015
× 1,201

Question asked: Jul 01 '14, 6:42 a.m.

Question was seen: 6,049 times

Last updated: Jul 01 '14, 7:27 a.m.

Confirmation Cancel Confirm