vote up 4 vote down star
1

I'm looking for a way to search through our subversion repository or just packaged source code.

Are there any downloadable servers/tools like Google Code Search to index source code (preferable with support of version control systems like svn) and allow us to search in it?

Is there any tool that will index documents too?

flag

64% accept rate
By documents.. are those text based or some binary format or something else? – Jon Cage May 11 at 16:06
I think MSWord and PDF formats are the most common ones. – Vitaly Polonetsky May 11 at 16:12

3 Answers

vote up 3 vote down check

FishEye or OpenGrok possibly.

There are many tools that will index documents.

link|flag
These are good. But is there a system like this that will index both code and documents from svn? Or should I use two systems: one for code and another for documents? Does OpenGrok index old revisions too? – Vitaly Polonetsky May 11 at 15:38
vote up 0 vote down

I use glimpse for code search. I use the free command line tool, and not the paid web interface. It's very quick, and can be combined with other tools to quickly find what your looking for. I find it's easy to setup multiple repositories for different branches of the code. Additionally, I've created a few scripts to help query, format, and colorize the results.

link|flag
vote up 0 vote down

A langauge-sensitive source code search engine can be found at SD Source Code Search Engine. It can handle many languages at the same time. Searches can be performed for patterns in a specific langauge, or patterns across languages (such as "find identifiers involving TAX"). By being sensitive to langauge tokens, the number of false positives is reduced, saving time for the user. It understands C, C++, C#, COBOL, Java, ECMAScript, Java, XML, Verilog, VHDL, and a number of other languages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.