Re: [PHP-CVS] svn: php/php-src/trunk/win32/build/

[email protected] (Gwynne Raskind) Mon, 13 Jul 2009 19:44:13 -0400
Newsgroups php.cvs,php.internals,php.pear.dev,php.pear.core,svn.migration
Message-ID <[email protected]>
On Jul 13, 2009, at 12:51 PM, Pierre Joye wrote:
>>> pajoye          Mon, 13 Jul 2009 16:11:45 +0000
>>>
>>> ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284019
>>>
>>> Changed paths:
>>>        A   php/php-src/trunk/win32/build/svnclean.js
>>>
>>> Log:
>>> - rename to svn
>>>
>>> Copied: php/php-src/trunk/win32/build/svnclean.js (from rev 284013,
>>> php/php-src/trunk/win32/build/cvsclean.js)
>>> ===================================================================
>>> (Binary files differ)
>>
>> ..binary? Let me guess: your editor still adds that BOM  
>> automatically to all
>> files you open? :D
> No, it has to be set in the svn repo directly, afaik Gwynne is on it.

I've now made five or six attempts to fix this, all of which obviously  
missed at least some affected files. Everyone who runs accross a file  
with this problem, please execute:

svn propdel svn:mime-type <path to affected file>

Before you commit if possible, or afterwards and re-commit otherwise.

-- Gwynne