Changeset 51 for confman/confmanlib.sh
- Timestamp:
- 03/30/2006 01:01:10 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r50 r51 155 155 # Named checkpoint 156 156 if [ -d "${chkpath}" ] ; then 157 svn rm $modpath 158 svn update $modpath 159 svn commit -m "Removing ${module} for rollback --`whoami`" $modpath 160 svn copy $chkpath $modpath 161 local msg="${module} has been rolled back to ${checkpoint} --`whoami`" 162 svn commit -m "$msg" $modpath 157 #svn rm $modpath 158 #svn update $modpath 159 #svn commit -m "Removing ${module} for rollback --`whoami`" $modpath 160 #svn copy $chkpath $modpath 161 #local msg="${module} has been rolled back to ${checkpoint} --`whoami`" 162 #svn commit -m "$msg" $modpath 163 echo "Sorry, no named checkpoints at this time." 164 exit 1 163 165 else # Time checkpoint 164 166 date=`echo $checkpoint | sed -E 's:(....)(..)(..):\1-\2-\3:'`
Note: See TracChangeset
for help on using the changeset viewer.
