Changes between Version 5 and Version 6 of svnclient
- Timestamp:
- 01/05/07 19:28:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
svnclient
v5 v6 27 27 ==== Checkout ==== 28 28 {{{ 29 ? svn co http://svn.dsource.org/projects/xyz /path/to/local/working/copy29 ? svn co http://svn.dsource.org/projects/xyz/trunk /path/to/local/working/copy 30 30 }}} 31 The example here uses /trunk, which is common among dsource projects. Adjust for individual projects to their conventions, if need be. 31 32 32 33 ==== Commit ====