Index: update_depot_tools.bat |
diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
index 761c5b34891c3a5316d3eeda73c642fbba1aa399..fa8c6fb917ec01c1df05472565e0121b5593357c 100644 |
--- a/update_depot_tools.bat |
+++ b/update_depot_tools.bat |
@@ -38,6 +38,17 @@ goto :EOF |
:SVN_UPDATE |
+echo ======================== |
+echo WARNING: You have an SVN checkout of depot_tools! |
+echo |
+echo depot_tools is migrating to Git on [date]. If you still have an SVN |
+echo checkout at that time, 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 ======================== |
FOR %%A IN (%*) DO ( |
IF "%%A" == "--force" ( |
call svn -q revert -R "%DEPOT_TOOLS_DIR%." |