I need to locate a file in a client's large repository. I found
fastsvncrawler which uses svn_ra_do_status2 to rapidly dump the entire
repository as a directory listing. Has anyone built a Windows binary? Or
perhaps it's made it into the distribution? (I access the repo over a Cisco
VPN from Windows, or I'd just build it on Linux. I fear I'll have to learn
how to build Subversion on Windows, which looks daunting.)
<https://github.com/mithro/fastsvncrawler>
How it works:
<http://vcs.atspace.co.uk/2012/07/15/subversion-remote-api-listing-repository-with-status-request/>