* Thijs Kinkhorst: > I of course know about 'svn annotate', but this does not seem to work: it > times out for me when trying to do that on data/CVE/list. Is this a known > problem and are there any solutions for it?
It's just extremely slow. > Just guessing, it may be related to the size of the file and all the large > number of commits to it. If so, would it be an idea to split it out into > data/CVE/list.2007, list.2006 etc? It might help a bit, yes. You could try "git svn clone svn://...", followed by "git gui blame git-svn data/CVE/list". This will take a long time, too, but it will run on your client, so you aren't stressing the server. The initial clone will take some time, too, though. GIT's pick-axe functionality is faster and might give you the results you need. -- Florian Weimer <[EMAIL PROTECTED]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99
