Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1198)

Unified Diff: update_depot_tools

Issue 2000913002: Add warnings to SVN update_depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Better empty lines Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_depot_tools
diff --git a/update_depot_tools b/update_depot_tools
index 127aa2b5d7ac6e2a34051ed42dcecf362ea5fe6f..993298f91bd72e2856c725dde1726ab49858b0c5 100755
--- a/update_depot_tools
+++ b/update_depot_tools
@@ -160,6 +160,17 @@ 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 is migrating to Git on June 6, 2016. If you still have an"
+ echo "SVN checkout then, you will STOP RECEIVING UPDATES to depot_tools."
+ echo
+ echo "Before that date, please follow the instructions here[1] to get a Git"
+ echo "copy of depot_tools."
+ echo
+ echo "[1]: https://www.chromium.org/developers/how-tos/install-depot-tools"
+ echo "========================"
# Update the root directory to stay up-to-date with the latest depot_tools.
BEFORE_REVISION=$(get_svn_revision)
if echo $* | grep -e --force > /dev/null; then
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698