Changes between Version 13 and Version 14 of Obsolete/Development/Templates/RepUpdate
- Timestamp:
- Jun 8, 2010, 4:11:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/RepUpdate
v13 v14 61 61 When you have cleaned up the situation for all the templates, except those that are present in the workspace (because they are used in your local Quattor configuration) but don't need to be in the repository, you can do the final cleanup with : 62 62 {{{ 63 rm -f `svn status | grep '^\!' | awk '{print $2}'` 63 svn rm `svn status | grep '^\!' | awk '{print $2}' 64 64 }}} 65 65