How to search the file contents in multiple subversion repositories?
Posted
by MicSim
on Stack Overflow
See other posts from Stack Overflow
or by MicSim
Published on 2010-03-08T09:01:24Z
Indexed on
2010/03/08
14:36 UTC
Read the original article
Hit count: 354
I've got multiple SVN repositories of different projects which I would like to search for the same search term / regex, but without checking out or updating each project and doing the search manually on each of them.
I'd like to know if it is possible to search the file contents in multiple SVN repositories for some search term (or regex).
© Stack Overflow or respective owner