I'm working on a library and am curious if my changes will break other projects in the Subversion repository which use it, so I'd like to search for usages of methods across all of the projects in the repository.
I'm curious what my best option is. I've tried downloading all projects to disk and using an indexer to search, but that approach seems pretty clunky (and I have to update the projects periodically).
I use IntelliJ 9, so I'm curious if there is a plug-in for it to do this sort of thing (or built-in ability). Doing a search in "Projects and Libraries" isn't a wide enough search.
FishEye seems to support this, has anyone tried that?
Thanks.