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

Eclipse RTC Change Explorer Fileset Feature Request

Hi,

Customers often ask for a list of files/paths included in a changeset or associated with a work item.  This is typical during deployment workflows where just specific file versions must be updated

I'm not aware of any easy way to achieve this via Eclipse RTC client.

What I do at present is highlight required folders/files in change explorer, right click and select new patch.

I copy the patch into a UNIX shell and run -

cat tmp.txt | grep "^#itemid" | sed 's/#itemid: "DBAi\///g' | sort | egrep ".php|.ddl|.js" | awk '{ print $1 }' | sed 's/"//g'

to parse out the file paths.

There must be an easier way!  A shortcut alongside "new patch" option to create/list files would be a very useful.

0 votes

Comments


Be the first one to answer this question!

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,019
× 20

Question asked: Apr 12 '16, 9:43 a.m.

Question was seen: 1,471 times

Last updated: Apr 12 '16, 9:48 a.m.

Confirmation Cancel Confirm