git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@638232 13f79535-47bb-0310-9956-ffa450edef68
@@ -94,8 +94,7 @@ checkout () {
if [[ $HUDSON == "false" ]] ; then
if [[ `$SVN stat` != "" ]] ; then
echo "ERROR: can't run in a workspace that contains modifications"
- # PENDING: Uncomment the following line
- # cleanupAndExit 0
+ cleanupAndExit 0
fi
else
cd $BASEDIR