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.
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
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 12 '16, 9:48 a.m.You can create enhancement requests for RTC here: https://www.ibm.com/developerworks/rfe/
Or here: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome