fyi

---------- Forwarded message ---------
From: Aaron Gable <aga...@chromium.org>
Date: Di., 31. Mai 2016, 18:24
Subject: [blink-dev] ACTION (possibly) REQUIRED: get a new depot_tools
checkout
To: Chromium-dev <chromium-...@chromium.org>, blink-dev <
blink-...@chromium.org>, infra-annou...@chromium.org <
infra-annou...@chromium.org>


As previously announced
<https://groups.google.com/a/chromium.org/d/msg/chromium-dev/eGYkwi5T-YY/SDdawfQLAwAJ>,
depot_tools will be switching its source of truth from SVN to Git on *Monday,
June 6th*. That's one week from yesterday. If you still have an SVN
checkout of depot_tools at that time, you will *stop receiving updates*.

Please follow the instructions below to make sure you have a Git copy of
depot_tools:

1) If you're not sure where your depot_tools checkout is, find it:
On *nix:
echo ${PATH//:/\\n} | grep depot_tools
On windows (sorry, don't know how to do nice grepping there):
echo %path:;=&echo.%

2) Go there and see if it is already a Git checkout (it *probably* is):
cd /path/to/depot_tools
cd .git
If that succeeds, congrats, you're done! If that fails, please continue.

3) Get a new, shiny, Git version of depot_tools:
cd ..
git clone https://chromium.googlesource.com/chromium/tools/depot_tools
 depot_tools_new
mv depot_tools depot_tools_old
mv depot_tools_new depot_tools
(use move instead of mv on Windows)

And now you're done! If any of the above instructions don't make sense, or
don't work for you, please follow the more complete instructions here
<https://www.chromium.org/developers/how-tos/install-depot-tools>.

Thanks for your co-operation,
Aaron

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to