Changes between Version 15 and Version 16 of HowToSVN
- Timestamp:
- 04/28/08 01:55:47 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v15 v16 33 33 * http://svnbook.red-bean.com/ 34 34 35 == Checkout source code==35 === Checkout source code === 36 36 37 37 * See DownloadSource 38 38 39 == Diffs==39 === Diffs === 40 40 41 41 * Before committing a change or submitting a patch you should review the changes. Viewing a diff is a nice way to do that. It is preferable to keep your patches concise- needless whitespace changes or a mixture of tasks can make it difficult to spot subtle changes introduced by your change. … … 52 52 }}} 53 53 54 == Commits back into the repository==54 === Commits back into the repository === 55 55 56 56 (must have write access)