[closed] Search for a file in source code repository
Gaurav Tapadkar (2●7●13)
| asked Oct 24 '14, 10:01 a.m.
closed Jun 20 '23, 9:44 a.m. by David Honey (1.8k●1●7)
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.
|
The question has been closed for the following reason: "Problem is not reproducible or outdated" by davidhoney Jun 20 '23, 9:44 a.m.
2 answers
Geoffrey Clemm (30.1k●3●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"). |
Comments
Hi,
Nicolas, please don't post your own questions as answers to someone else's question, especially one that was posted almost 9 years ago. I have converted your post to a comment. But if you want to [re]ask a question, please post your own question.