#73: SVN misclassifying .t files as binary, preventing 'svn blame'
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:            
     Type:  bug      |      Status:  new       
 Priority:  normal   |   Milestone:            
Component:  none     |     Version:  trunk     
 Severity:  medium   |    Keywords:  SVN binary
     Lang:           |       Patch:            
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by coke):

 It's not every .t file; t/compilers/imcc/syn/errors.t in the same
 directory as macro.t blames fine.

 My guess is that when these files were initially added into the
 repository, they did not have the svn:mime-type set properly. looks like
 this was added for macro.t in r7803.

 svn blame -r7804:HEAD macro.t

 works.

 so, this is failing for the same reason that we have to add svn:mime-type
 in the first place.

 I wonder if we can change the default sense of what a .t file is  on our
 existing repository; that might fix this issue, and allow us to remove a
 distro sanity check.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/73#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to