Changeset 57 for confman/confmanlib.sh
- Timestamp:
- 04/06/2006 19:44:01 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r54 r57 12 12 local path=`echo ${WORK_PATH} | sed -E 's:/[^/]+$::'` 13 13 mkdir -p ${WORK_PATH} 14 15 # This makes sure nobody can enter your working copy. We relax the 16 # permissions during the rollout, and restrict them again at the end. 17 chmod 700 ${WORK_PATH} 18 14 19 svn checkout ${REPO_URI} ${WORK_PATH} 15 20 rm -rf ${path}/.svn
Note: See TracChangeset
for help on using the changeset viewer.
