Changes between Version 9 and Version 10 of SvnTips

Show
Ignore:
Author:
mickecarlsson (IP: 81.227.48.213)
Timestamp:
10/07/10 01:11:40 (3 years ago)
Comment:

Fixed spelling errors, updated version numbers

Legend:

Unmodified
Added
Removed
Modified
  • SvnTips

    v9 v10  
    2121 
    2222{{{ 
    23 svn co http://svn.freepbx.org/freepbx/branches/2.3 
     23svn co http://svn.freepbx.org/freepbx/branches/2.8 
    2424}}} 
    2525 
    2727 
    2828{{{ 
    29 svn co http://svn.freepbx.org/modules/branches/2.3
     29svn co http://svn.freepbx.org/modules/branches/2.8
    3030}}} 
    3131 
    100100That'll list all the properties that are set on the file. Usually it'll be 'eol-type' and possibly 'mime-type' 
    101101 
    102 Ryan turned on mime-checking the other day, so _every file_ commited from now on needs to have a mime-type set before you can add it. So lets say you've added a php file, foo.php: 
     102Ryan turned on mime-checking the other day, so _every file_ committed from now on needs to have a mime-type set before you can add it. So lets say you've added a php file, foo.php: 
    103103 
    104104{{{ 
    120120}}} 
    121121 
    122 You've commited a script that needs to be executable? 
     122You've committed a script that needs to be executable? 
    123123 
    124124svn ps svn:executable ON perlscript.pl