Issue Summary
When searching for content in SVN, attempting to search anything outside of trunk may not return accurate results.
Steps to Reproduce
- Create a file test.txt in trunk (/trunk/test.c) with content #include SOME_FILE_H
- Create a file test2.c in /branches/feature (branches/feature/test2.h) with content #include SOME_FILE_H
- Index the SVN repository
- Navigate to the Search tab and search for SOME_FILE_H in the "content" block.
Expected Results
Both /trunk/test.c and /branches/features/test2.c are returned
Actual Results
Only /trunk/test.c is returned and not /branches.
Even when changing the branch to "feature" or explicitly stating the path, test2.c are not returned in searches.
Workaround
No known workarounds at this time.
- has a derivative of
-
FE-7424 Fisheye should index file content for branches other than trunk
- Gathering Interest