[Vtigercrm-developers] Binary files - no diff available. on last commits for trunk branches on php files

Mike Fedyk mfedyk at mikefedyk.com
Wed Mar 1 01:32:44 PST 2006


Fathi Boudra wrote:

>hi team,
>
>i noticed a problem on some commits:
>
>Modified: vtigercrm/trunk/install/1checkSystem.php
>==============================================================================
>Binary files - no diff available.
>
>php files are not binary files ;)
>mime-type is false, you must use text/plain.
>
>command under linux/cygwin (thks mike):
>find -iname '*.php*' |xargs svn ps svn:mime-type text/plain
>  
>
One too many asterisks in there...  It should be:

find -iname '*.php' |xargs svn ps svn:mime-type text/plain





More information about the vtigercrm-developers mailing list