# this should be called by set-cvs-root, not directly
new_cvs_root="$1"
shift
for A; do
	echo "$A"
	echo "$new_cvs_root" >| "$A"
done
