Re: [SVN-MIGRATION] shell files are binary
[email protected] ("Nuno Lopes") Sat, 11 Jul 2009 22:20:22 +0100
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <542C283D09D2495A88AAC6CA09102E66@PC3EE1F19287> |
>> 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> Yep, I'm aware of that. I just thought it would be nice to do this server wide. In case you reconvert the repo, please take a moment to avoid tainting all the *.sh files as binary. Thanks, Nuno