broken svn-import for googlechrome

Asked by Fabien Tassin on 2008-11-14

The import of googlechrome has been broken for ~3 weeks.
See https://code.edge.launchpad.net/~vcs-imports/googlechrome/trunk

btw, the code currently imported is not enough to build anything.
You need to import http://src.chromium.org/svn/trunk/src (instead of just trunk/src/chrome)
+ all the deps mentioned in http://src.chromium.org/svn/trunk/src/DEPS.
I assume all those DEPS should be handled separately.

The "upstream way" to get the code is:

svn co http://src.chromium.org/svn/trunk/depot_tools/linux ./depot_tools
./depot_tools/gclient config http://src.chromium.org/svn/trunk/src
./depot_tools/gclient sync

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
Michael Hudson-Doyle Edit question
Last query:
2008-11-18
Last reply:
2010-05-06
Whiteboard:
Michael: could you please look at this? mrevell 2008-11-14
Fabien Tassin (fta) said : #1

And while you're at it, please rehome that branch to https://edge.launchpad.net/chromium-browser,
following question #51560.

Fabien Tassin (fta) said : #2

btw, here is how upstream devs are doing their git-svn imports:
http://dev.chromium.org/developers/how-tos/using-git

Well, if the root of the import is wrong, then please just request a new import from the correct location.

Fabien Tassin (fta) said : #4

it was not until a few minutes ago when the old project page was removed. The import started to fail long ago.

I'm sure when we discussed this we left things with you being about to request a new import at the correct location...

Tim Penhey (thumper) said : #6

No response.