Searching subversion history (full text)
Posted
by rjmunro
on Stack Overflow
See other posts from Stack Overflow
or by rjmunro
Published on 2008-09-04T17:00:59Z
Indexed on
2010/04/26
15:43 UTC
Read the original article
Hit count: 151
Is there a way to perform a full text search of a subversion repository, including all the history?
For example, I've written a feature that I used somewhere, but then it wasn't needed, so I svn rm'd the files, but now I need to find it again to use it for something else. The svn log probably says something like "removed unused stuff", and there's loads of checkins like that.
© Stack Overflow or respective owner