Henrik Carlqvist <[email protected]> writes: > Would people hosting public svn repositories think that it would be nice > if some people using my tool would make one svn connection for each > revision in the repository?
It's a user problem as well since making a request per revision doesn't scale well and will be very slow for large projects. The real solution is to fix Subversion to efficiently return the information you need. That's a topic for the dev list and there was some discussion last month: http://mail-archives.apache.org/mod_mbox/subversion-dev/201402.mbox/%[email protected]%3E http://svn.haxx.se/dev/archive-2014-02/0140.shtml -- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*
