mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
With CVS_UPDATE, use read-only repository mode by default.
This commit is contained in:
parent
81d1ffee08
commit
f93bdc081c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111947
@ -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