mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Add warnings to SVN update_depot_tools
R=iannucci@chromium.org BUG=600446 Review URL: https://codereview.chromium.org/2000913002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300660 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -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 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 ========================
|
||||
FOR %%A IN (%*) DO (
|
||||
IF "%%A" == "--force" (
|
||||
call svn -q revert -R "%DEPOT_TOOLS_DIR%."
|
||||
|
||||
Reference in New Issue
Block a user