0

I am a researcher who tries to monitor and study the evolution of projects. For this reason I use a client that uses svnkit to connect to remote respositories and download java projects in order to calculate metrics, perform analyses etc.

The problem is that the process of downloading from svn repositories is extremely slow. For example my program is being downloading the LAST revision of a small project with a total of 219 revisions, for the past 3 hours!

Is there a time to speed up this process?

Thank you very much!

Theodore
  • 182
  • 16
  • That's my experience with svnkit, too. Use someting else, like the Native JavaHL connector, TortoiseSVN, or the basic command-line svn. – Marko Topolnik Nov 05 '13 at 12:44
  • maybe downloading data [parallel](http://arashmd.blogspot.com/2013/06/java-threading.html) helps. –  Nov 05 '13 at 13:20
  • 1
    Can't you simply send SVN where it belongs to? Cloning whole [Guava](http://guava-libraries.googlecode.com/git) with 2000 commits takes 30 seconds. – maaartinus Nov 05 '13 at 21:55

0 Answers0