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

Re: text and binary files in SVN

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2007-08-15 01:01:11 CEST

On 2007-08-14 11:29:54 -0400, Brian McCann wrote:
> can the files interpreted as binary in the repository be reset as text

Not completely. First, you can change the svn:mime-type property,
but Subversion regards some textual media types as binary. The
textiness would be better handled by another property or even by
svn:eol-style; indeed, if a file has end-of-lines, then it is
textual.

Now, even if the current revision of the file is regarded as text,
"svn blame" will be affected by the fact that the file was binary
in a past revision. This is the following bug:

  http://subversion.tigris.org/issues/show_bug.cgi?id=2089

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 15 00:59:11 2007

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

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