How to print a list of RTC source code files?

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'.