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 t
I usually do what Jack M says (use svn log --verbose) but I pipe to grep instead of less.