Changes between Version 9 and Version 10 of SvnTips
- Timestamp:
- 10/07/10 01:11:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnTips
v9 v10 21 21 22 22 {{{ 23 svn co http://svn.freepbx.org/freepbx/branches/2. 323 svn co http://svn.freepbx.org/freepbx/branches/2.8 24 24 }}} 25 25 27 27 28 28 {{{ 29 svn co http://svn.freepbx.org/modules/branches/2. 3/29 svn co http://svn.freepbx.org/modules/branches/2.8/ 30 30 }}} 31 31 100 100 That'll list all the properties that are set on the file. Usually it'll be 'eol-type' and possibly 'mime-type' 101 101 102 Ryan turned on mime-checking the other day, so _every file_ commit ed 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:102 Ryan 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: 103 103 104 104 {{{ 120 120 }}} 121 121 122 You've commit ed a script that needs to be executable?122 You've committed a script that needs to be executable? 123 123 124 124 svn ps svn:executable ON perlscript.pl
