Changes between Version 2 and Version 3 of repo/sync_old


Ignore:
Timestamp:
11/30/18 11:40:43 (5 years ago)
Author:
Bayard Gildas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • repo/sync_old

    v2 v3  
    4848}}}
    4949This will sync all the repositories. To avoid this have look at ''--set-depth'' svn command.
     50example, 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
    5055
    5156Then make a symbolic link to the trunk: