Changes between Version 2 and Version 3 of repo/sync_old
- Timestamp:
- Nov 30, 2018, 11:40:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
repo/sync_old
v2 v3 48 48 }}} 49 49 This will sync all the repositories. To avoid this have look at ''--set-depth'' svn command. 50 example, to only checkout the trunk: 51 * svn co --depth immediates https://devel.hds.utc.fr/svn/flair-dev flair-dev_svn (only checkout branches name) 52 * cd flair-dev_svn/trunk 53 * svn up --set-depth infinity 54 50 55 51 56 Then make a symbolic link to the trunk: