Search for a file in source code repository
![]()
I am looking for a way to search for a particular file in RTC source code which can exist in any of the multiple projects in our repository. I want to search it without downloading source code on my local. We have multiple projects and each projects have multiple components.
|
2 answers
![]()
Geoffrey Clemm (30.0k●2●30●35)
| answered Oct 24 '14, 10:50 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
From the Eclipse client, you can use the "Search -> Jazz_Source_Control -> Change_Sets" command.
That lets you search the entire repository or just a particular component, and lets you specify various properties of the file (such as filename prefix, when it was created, who created it). It does not provide "content-based search" (e.g., find all files that contain the string "abc"). |