Changeset 53 for confman/confmanlib.sh


Ignore:
Timestamp:
03/30/2006 02:16:07 (6 years ago)
Author:
ccowart
Message:

Typo in rollout, plus support for svn status command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r52 r53  
    4444  local msg="$2" 
    4545  svn commit -F "$msg" ${WORK_PATH}/$module 
     46} 
     47 
     48# A way to utilize the svn status feature. 
     49function conf_status { 
     50  svn status $* 
    4651} 
    4752 
     
    164169  if [ -f "${chkpath}" ] ; then 
    165170        revision=`cat $chkpath` 
    166   elif [ -z $clock] ; then              # Time checkpoint 
     171  elif [ -z $clock ] ; then             # Time checkpoint 
    167172        revision="{${date}}" 
    168173  else 
Note: See TracChangeset for help on using the changeset viewer.