On Fri, Dec 7, 2012 at 11:02 AM, Mike Stump <mikest...@comcast.net> wrote: > So I found some ^Ms in libgo. > > $ grep -l '^M' libgo/go/mime/multipart/testdata/nested-mime > libgo/go/mime/multipart/testdata/nested-mime > > This file is likely meant to contain them if I don't miss my guess. The > problem is, it is not tagged as a binary file in svn and git, leading to > inconsistent contents depending upon how it is pulled. Could you either tag > as binary in svn/git or strip the the ^Ms, thanks.
I did mark the file as binary on June 11, 2012. I checked a current SVN working directory and it is marked as binary for me (use svn proplist and svn propget svn:mime-type to see this). If you are using the git repository, is it possible that git is somehow not reflecting that change? Ian