Changeset 51 for confman/confmanlib.sh


Ignore:
Timestamp:
03/30/2006 01:01:10 (6 years ago)
Author:
ccowart
Message:

Disabling named checkpoints due to bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r50 r51  
    155155  # Named checkpoint 
    156156  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 
    163165  else          # Time checkpoint 
    164166        date=`echo $checkpoint | sed -E 's:(....)(..)(..):\1-\2-\3:'` 
Note: See TracChangeset for help on using the changeset viewer.