Remove SVN bootstrapping and some tooling.

Remove Windows SVN bootstrapping and some SVN tooling. Since
"depot_tools" is no longer sync'd to SVN, and we have been committed to
Git for years now, this is obsolete. Any transition code will never
reach SVN users, and any remaining code should not be used by Chromium
developers.

BUG=chromium:630904
TEST=unit

Change-Id: Ie984e8400a748702b125eaeed8157719ef4b88cc
Reviewed-on: https://chromium-review.googlesource.com/562748
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
This commit is contained in:
Dan Jacques
2017-07-06 17:13:27 -07:00
committed by Commit Bot
parent b12c5256f9
commit 13f258bf05
9 changed files with 3 additions and 299 deletions

View File

@@ -119,20 +119,4 @@ then
cd - > /dev/null
fi
# We're on POSIX. We can now safely look for svn checkout.
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.svn" ]
then
echo "========================"
echo "WARNING: You have an SVN checkout of depot_tools!"
echo
echo "depot_tools has migrated to Git. You are"
echo "NO LONGER RECEIVING UPDATES to depot_tools."
echo
echo "You must follow these instructions[1] to get a Git copy of depot_tools."
echo
echo "[1]: https://www.chromium.org/developers/how-tos/install-depot-tools"
echo "========================"
return 1
fi
find "$base_dir" -iname "*.pyc" -exec rm -f {} \;