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

Re: Enhancing svn blame (Was: Case study: Mono switches to Subversion)

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2004-11-18 00:19:31 CET

> C. Michael Pilato wrote:
>
> Of course, we'd have to figure out what to do about files that change
> from text to binary (or back) throughout their history...

  Could it be as simple as treating text->binary and binary->text
conversions
  as "all lines changed"? Unless you have filetype-sensitive diffing,
  you can't do much more IMHO.

  If rolling backwards to calculate blames, this'd imply that you would have
  accounted for all lines at the first text vs binary switch you encounter,
  whichever direction the switch is in. You can only blame back as far
  as the first text/binary or binary/text switch. If you want to blame
  further than that, you'll have to specify a revision range.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 18 00:20:06 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.