Investigate if update_depot_tools is broken for everyone who ran 'git auto-svn' |
||
Issue descriptionNeed to figure out if depot_tools is now lagging behind for everyone who set up git-svn in depot_tools.
,
Jun 21 2016
Sure, here it is: $ ./update_depot_tools Current branch master is up to date. $ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [svn-remote "svn"] url = svn://svn.chromium.org/chrome fetch = trunk/tools/depot_tools:refs/remotes/origin/master [rietveld] server = https://codereview.chromium.org cc = chromium-reviews@chromium.org viewvc-url = https://src.chromium.org/viewvc/chrome?view=rev&revision= project = depot_tools [branch] autosetupmerge = always
,
Jun 21 2016
git remote add origin https://chromium.googlesource.com/chromium/tools/depot_tools.git should fix it. Yeah this shouldn't be a thing that lots of people are seeing. Not having a remote origin configured at all is super non-standard. |
||
►
Sign in to add a comment |
||
Comment 1 by aga...@chromium.org
, Jun 21 2016