It's all about the answers!

Ask a question

Eclipse RTC Change Explorer Fileset Feature Request


Steve Edwards (111) | asked Apr 12 '16, 9:43 a.m.
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.

Comments
Ralph Schoon commented Apr 12 '16, 9:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Be the first one to answer this question!


Register or 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.