Re: [SVN-MIGRATION] shell files are binary
[email protected] (Gwynne Raskind) Sat, 11 Jul 2009 16:32:03 -0400
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
On Jul 11, 2009, at 6:48 AM, Nuno Lopes wrote: > Hi, > > I've noticed that the *.sh files have the property 'svn:mime-type' > set to > 'application/x-sh', which means that SVN will treat them as binary > (and then > you cannot diff them properly). > Can you please *remove* this svn:mime-type property from all the > *.sh files? > > Thanks, > Nuno > > P.S.: I'm not subscribed to this ML. It's the general consensus that each person should fix these files themselves as they encounter them. The syntax to delete the MIME type is: svn propdel svn:mime-type <path to affected file> -- Gwynne