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

Fathi Boudra fboudra at free.fr
Wed Mar 1 01:34:41 PST 2006


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

cheers,

fathi



More information about the vtigercrm-developers mailing list