broken svn-import for googlechrome

Asked by Fabien Tassin

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:
Last reply:
Whiteboard:
Michael: could you please look at this? mrevell 2008-11-14
Revision history for this message
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.

Revision history for this message
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

Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#3

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

Revision history for this message
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.

Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#5

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

Revision history for this message
Tim Penhey (thumper) said :
#6

No response.