--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
--
--
Most of my team hit this issue.It seems to me that many people do not periodically update depot_tools, but that we depend on them doing so. Is there anything we can do to address that?I sync my chromium checkouts, but it doesn't really occur to me to sync depot_tools unless something goes wrong.Michael
Most of my team hit this issue.It seems to me that many people do not periodically update depot_tools, but that we depend on them doing so.
Normally depot_tools auto-updates
This PSA is because it (temporarily) broke and requires manual action. Much like the occasion clobber PSA.
Normally It Just Works.
On Mon, Aug 25, 2014 at 11:26 AM, Nico Weber <tha...@chromium.org> wrote:$ cd depot_tools
> I get:
>
> Nicos-MacBook-Pro:src thakis$ update_depot_tools
> svn: E175002: Unable to connect to a repository at URL
> 'http://src.chromium.org/chrome/trunk/tools/depot_tools'
> svn: E175002: OPTIONS of
> 'http://src.chromium.org/chrome/trunk/tools/depot_tools': Could not resolve
> hostname `src.chromium.org': Host not found (http://src.chromium.org)
>
> …which probably means that I already was hit by the surprise svn checkout
> (?). How do I recover?
$ git config remote.origin.url
https://chromium.googlesource.com/chromium/tools/depot_tools.git
$ git fetch origin && git checkout origin/master
Please report back to the thread if this fixes it for you.
On Mon, Aug 25, 2014 at 11:26 AM, Nico Weber <tha...@chromium.org> wrote:$ cd depot_tools
> I get:
>
> Nicos-MacBook-Pro:src thakis$ update_depot_tools
> svn: E175002: Unable to connect to a repository at URL
> 'http://src.chromium.org/chrome/trunk/tools/depot_tools'
> svn: E175002: OPTIONS of
> 'http://src.chromium.org/chrome/trunk/tools/depot_tools': Could not resolve
> hostname `src.chromium.org': Host not found (http://src.chromium.org)
>
> …which probably means that I already was hit by the surprise svn checkout
> (?). How do I recover?
$ git config remote.origin.url
https://chromium.googlesource.com/chromium/tools/depot_tools.git
Error: The chromium code repository has migrated completely to git. Your SVN-based checkout is now obsolete; you need to create a brand-new git checkout by following these instructions: http://www.chromium.org/developers/how-tos/get-the-code
I have also tried "gelient sync -R" and got the same error message. I am not sure if I update gclient successfully. It didn't show anything in the console after I ran the script. what's the expected gclient version after update?
I switched to git work flow a few weeks ago. The problem seems that I still have the following entry in my gclient file:{ "name": "cros_deps",}Remove the entry seems to solve the gclient problem for me.