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

Re: Blame only shows 3 lines of garbage text.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 30 May 2014 18:18:39 +0200

On 30.05.2014 18:15, Royce Fessenden wrote:
> When I try to blame the attached file I get three lines. The first
> is: ÿþV, the next two are blank.
>
> I can use blame on some files and it works correctly. I've rebooted,
> downloaded latest version, and the problem remains. I get the same
> result not matter what range of revisions I select.
>
> All the files that do not work are exported form Access form and/or
> report objects, and are similar to the one attached. The files that
> work are also create by the same export tool but are from Code
> Modules or tables (XML text)
>
> Any suggestions for fixing this issue?

Blame only works with files encoded in ASCII or utf8. Your file is in
utf-16 encoded (two bytes per char).
Subversion treats those files usually as binary unless you change the
svn:mime-type property manually, or if the format changed after you've
added it.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3079586
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-05-30 18:18:50 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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