]> Cypherpunks repositories - gostls13.git/commit
cmd/go: read URL not Repository Root from svn info
authorRuss Cox <rsc@golang.org>
Wed, 21 Jun 2017 20:32:19 +0000 (16:32 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 22 Jun 2017 16:47:27 +0000 (16:47 +0000)
commit1080cece5af840349df06d651b9d5d5fa6925fed
treef268f229661f490670f111549a3c3742c5f1b373
parentac7f7ecaeb1261262963992496c2562c839fc272
cmd/go: read URL not Repository Root from svn info

This makes custom import path checks work even when the
custom import metadata directs checking out a subtree
of the subversion repository.

(Git and Mercurial allow no such thing, so they are unaffected.)

Fixes #20731.

Change-Id: I635f3a2037d69a87c6dac7b08b0a0d8266abd250
Reviewed-on: https://go-review.googlesource.com/46417
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/get/vcs.go