Changes between Version 1 and Version 2 of repo/sync
- Timestamp:
- Feb 25, 2019, 5:29:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
repo/sync
v1 v2 44 44 example, to only checkout the trunk: 45 45 {{{ 46 # svn co --depth immediates https://devel.hds.utc.fr/svn/flair- dev flair-dev_svn (only checkout branches name)47 # cd flair- dev_svn/trunk46 # svn co --depth immediates https://devel.hds.utc.fr/svn/flair-src flair-src_svn (only checkout branches name) 47 # cd flair-src_svn/trunk 48 48 # svn up --set-depth infinity 49 49 }}}