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

Re: svn blame miscategorizing a file as binary

From: Refael Ackermann <mose_at_netvision.net.il>
Date: 2004-10-06 22:51:03 CEST

Any chance they have a BOM?
http://www.unicode.org/faq/utf_bom.html#22

At 20:49 06/10/2004, Archie Cobbs wrote:
>I'm having problems with "svn blame" in svn 1.0.4 and didn't see any
>relevant bugs in the DB describing this problem, so I've come here...
>
>The problem is that "svn blame" is declaring a file "binary" - and
>refusing to produce any output - even when it's really not:
>
> $ svn st generic-build.xml
> $ svn blame generic-build.xml
> Skipping binary file: 'generic-build.xml'
> $ svn proplist -v generic-build.xml
> Properties on 'generic-build.xml':
> svn:mime-type : text/xml
> $ svn cat generic-build.xml | grep -q '[^[:print:]]' || echo no
> nonprinting characters found
> no nonprinting characters found
>
>Why does svn blame think this is a binary file??
>
>FYI the file is not locally modified at all in the above example.
>
>Thanks,
>-Archie
>
>__________________________________________________________________________
>Archie Cobbs * CTO, Awarix * http://www.awarix.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 6 22:51:13 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.