Changes between Version 7 and Version 8 of Obsolete/Development/Templates/RepUpdate


Ignore:
Timestamp:
Jan 31, 2007, 11:51:52 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Templates/RepUpdate

    v7 v8  
    2020 * Show the differences with `svn status`
    2121
    22 To process a directory hierarchy, [source:templates/trunk/tools/directory-sync directory-sync]  must called from `find` command. Look at the [source:templates/trunk/tools/directory-sync comments] at the beginning of the script for the exact syntax.
     22To process a directory hierarchy, [source:templates/trunk/tools/directory-sync directory-sync]  must called from `find` command. Look at the [source:templates/trunk/tools/directory-sync comments] at the beginning of the script for the exact syntax. Here is an example, assuming your are at the top of QWG templates and your source tree is `/tmp/scdb` (last parameter of the command must be a directory containing the directories given to `find` that need to be relative) :
     23{{{
     24find grid os standard -type d -not -path '*.svn*' -exec tools/directory-sync {} /tmp/scdb/cfg \;
     25}}}
    2326
    2427As you run this tool from a SVN workspace, you always have the opportunity to do a `svn revert` in case things went wrong...