I have a huge SVN repository where several developers make ~100 commits per day. The repository has a size of almost 4GB and each update requires me to wait for 30-60seconds.
However, I do not do development in this repository and only need access to some files scattered across the directories of the SVN.
Therefore: is there a tool available that
- only fetches the list of files in the SVN without pulling all their contents
- allows me to navigate the list of files and only donwloads those files i need
indicates the last revision of the files
Optional, but would be awesome to have: A full text search engine that creates an index of all files, removes the files afterwards from my db and downloads changed files in the background to update my index, and again removes them afterwards. (Also capability to blacklist files I do not need)