We have a large SVN repository at work, with probably a few hundred projects spread around the repository. Everything in sorted folders etc etc. I am just wondering if there is any way to search it for files/folders? Or at least list all directories, then I could at the very least CTRL+F it in my editor.
Thanks!
You can export the entire Subversion repository to your workstation, and do the search there.
I wrote an Eclipse plug-in that extended Subclipse and added a search function. Since the plug-in has to export every file to my workstation to do the search, it takes a long time.