Changeset 41
- Timestamp:
- 03/29/2006 14:15:45 (6 years ago)
- Location:
- confman
- Files:
-
- 2 edited
-
confman.conf (modified) (1 diff)
-
confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman.conf
r38 r41 14 14 15 15 # The path on the remote host to find the repository: 16 REPO_PATH="/usr/local/rescomp/repo/conf "16 REPO_PATH="/usr/local/rescomp/repo/conf/conf" 17 17 18 18 # The directory from the root of the repository to rescomp core: -
confman/confmanlib.sh
r37 r41 10 10 function conf_checkout_tree { 11 11 if [ ! -d ${WORK_PATH} ] ; then 12 mkdir -p ${WORK_PATH} 13 rmdir ${WORK_PATH} 14 svn checkout ${REPO_URI} ${WORK_PATH}/.. 12 local path=`echo ${WORK_PATH} | sed -E 's:/[^/]+$::'` 13 mkdir -p ${path} 14 svn checkout ${REPO_URI} ${path} 15 rm -rf ${path}/.svn 15 16 else 16 17 svn update ${WORK_PATH}
Note: See TracChangeset
for help on using the changeset viewer.
