Changeset 53 for confman/confmanlib.sh
- Timestamp:
- 03/30/2006 02:16:07 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r52 r53 44 44 local msg="$2" 45 45 svn commit -F "$msg" ${WORK_PATH}/$module 46 } 47 48 # A way to utilize the svn status feature. 49 function conf_status { 50 svn status $* 46 51 } 47 52 … … 164 169 if [ -f "${chkpath}" ] ; then 165 170 revision=`cat $chkpath` 166 elif [ -z $clock ] ; then # Time checkpoint171 elif [ -z $clock ] ; then # Time checkpoint 167 172 revision="{${date}}" 168 173 else
Note: See TracChangeset
for help on using the changeset viewer.
