69N/A# The contents of this file are subject to the terms of the 69N/A# Common Development and Distribution License (the "License"). 69N/A# You may not use this file except in compliance with the License. 69N/A# language governing permissions and limitations under the License. 69N/A# When distributing Covered Code, include this CDDL HEADER in each 69N/A# If applicable, add the following below this CDDL HEADER, with the 69N/A# fields enclosed by brackets "[]" replaced with your own identifying 69N/A# information: Portions Copyright [yyyy] [name of copyright owner] 69N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 69N/A# Use is subject to license terms. 69N/A if [ -d ${f}/.
svn -a -n
"${SUBVERSION}" ]
69N/A echo "Update source in ${f} (Subversion)" 69N/A elif [ -d ${f}/
CVS -a -n
"${CVS}" ]
69N/A echo "Update source in ${f} (CVS)" 69N/A elif [ -d ${f}/.
hg -a -n
"${MERCURIAL}" ]
69N/A echo "Update source in ${f} (Mercurial)" 69N/Aif [
"${error}" =
"true" ]