Changes between Version 13 and Version 14 of HowToSVN
- Timestamp:
- 04/28/08 01:39:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v13 v14 54 54 55 55 56 === Non-recursive checkout === 57 58 * SVN does not allow you to check out a single file at a time. Sometimes this can be awkward as it can force you to checkout the entire repository for the sake of changing one file in the top directory. 59 60 Solution: do a {{{--non-recursive}}} checkout: 61 62 {{{ 63 svn checkout --non-recursive https://svn.osgeo.org/grass/grass-web/trunk/ trunk/ 64 }}} 65 56 66 57 67 == See Also ==