How to print a list of RTC source code files?
Is there a way to print a list of all of the source code file locations in RTC 4.0.4? I am trying to create a configuration status accounting report in RPE and the report requires the location of each source code file in the tool.
|
2 answers
Are you referring to printing all the files in the workspace. If so, you could use the scm command line tool. The command to use is 'scm list remotefiles'. One limitation with this command is that it you have to provide a workspace and component as input which would print all the files in that component. To print all the files in all the components you need to first run 'scm list components' to get the components of the workspace and then run 'scm list remotefiles'.
|
Thanks Shashikant! I'm actually trying to get a list of the absolute file paths, but realized I can just use command prompt since the workspace file exist on my local machine.
|
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.