Open GoogleCodeExporter opened 8 years ago
It's surprising to encounter a regression, but I believe it's the expected
behavor:
an URL is expected in <remote fetch= />, and gitolite@example.co.de.com: is not
an URL and thus not supported in a manifest XML.
repo init -u gitolite@example.co.de.com:foo/FOO_manifests.git works, but it's
probably not expected.
So as a workaround, I've replaced
repo init -u gitolite@example.co.de.com:foo/FOO_manifests.git
by
repo init -u ssh://gitolite@example.co.de.com/foo/FOO_manifests.git
Then, repo sync works correctly.
Original comment by yann@droneaud.fr
on 30 Apr 2014 at 2:27
Original issue reported on code.google.com by
yann@droneaud.fr
on 30 Apr 2014 at 2:08