New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 621886 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Investigate if update_depot_tools is broken for everyone who ran 'git auto-svn'

Project Member Reported by aga...@chromium.org, Jun 21 2016

Issue description

Need to figure out if depot_tools is now lagging behind for everyone who set up git-svn in depot_tools.
 

Comment 1 by aga...@chromium.org, Jun 21 2016

I can't reproduce this locally. Henrik, can you paste your depot_tools/.git/config in this bug? 
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



Comment 3 by aga...@chromium.org, Jun 21 2016

Status: WontFix (was: Assigned)
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