log --limit not as good as it should be?
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2007-05-09 17:44:50 CEST
(This is running against a 1.5.0 dev build server, so the server
svn log -r 1:400 --limit 400 svn://gcc.gnu.org/svn/gcc/trunk
This will respond immediately and produce 400 revisions of log output
svn log -r 1:HEAD --limit 400 svn://gcc.gnu.org/svn/gcc/trunk
This will take about 3-4 minutes before starting to respond, and
It looks like something is touching all the revisions that *might* be
This is stlll true even if I use pegrevs (my first guess was that we
I would have expected the two commands above to take the same amount
---------------------------------------------------------------------
|
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.