[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Delete revision of an object has no peg revision?

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-01-09 03:15:15 CET

> The repo I admin represents about six months work from about a
> dozen
> developers. In other words it's relatively small. Running a
> log
> on the entire repo (6000+ revs) takes *HOURS* currently and this
> is
> on a very high end machine (twin 64 bit Linux box, fast disks,
> etc).
> And it pegs the CPU it's run on to 99% for the duration. That's
> before any filtering to get the actual info.

Is something bizarre with your machine or setup? It takes me 20
seconds to fetch all 20,000+ revisions of subversion's own repository:

$ time svn log -v http://svn.collab.net/repos/svn > loggy
real 0m19.295s
...

Are you using path-based authorization, perhaps?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 9 03:15:44 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.