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

"svn blame" wrongly attributes some lines

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-10-20 17:34:29 CEST

> ~/src/subversion/doc/book> svn blame -r11155:11474 book/ch05.xml | tail +407 | head -5
> - - <para>FSFS has different performance characteristics too.
> 11472 mbk When committing a directory with a huge number of files, FSFS
> - - uses a O(N) algorithm to append entries, while Berkeley DB
> - - uses an O(N^2) algorithm to rewrite the whole directory. On
> - - the other hand, FSFS writes the latest version of a file as
> svn: Can't write to stream: Broken pipe
> ~/src/subversion/doc/book> svn blame -r11154:11474 book/ch05.xml | tail +407 | head -5
> - - <para>FSFS has different performance characteristics too.
> 11472 mbk When committing a directory with a huge number of files, FSFS
> 11472 mbk uses a O(N) algorithm to append entries, while Berkeley DB
> 11154 sunny256 uses an O(N^2) algorithm to rewrite the whole directory. On
> - - the other hand, FSFS writes the latest version of a file as
> svn: Can't write to stream: Broken pipe

The first "blame" session above is correct. The second is correct
except where it attributes a second line to "mbk" in r11472. That line
was not changed then; only in r11056. In r11472, only one line was
changed ("When committing...").

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 20 17:35:08 2004

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.