With CVS_UPDATE, use read-only repository mode by default.
This commit is contained in:
parent
81d1ffee08
commit
f93bdc081c
@ -566,7 +566,7 @@ update:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${.CURDIR}; ${CVS} -q update -A -P -d
|
||||
cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
|
||||
.endif
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user