Changes between Version 6 and Version 7 of Obsolete/Development/Templates/RepUpdate
- Timestamp:
- Sep 15, 2006, 4:48:03 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/RepUpdate
v6 v7 19 19 * For each directory in the repository but no longer in the source tree, do a `svn rm` of the directory. 20 20 * Show the differences with `svn status` 21 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. 21 23 22 24 As you run this tool from a SVN workspace, you always have the opportunity to do a `svn revert` in case things went wrong...