Affected Version:1.13
Environment:ubuntu10.10
What steps will reproduce the problem?
I got AOSP with repo:
$ repo init -u https://android.googlesource.com/platform/manifest
$ repo sync
I found double slash between AOSP's base url and project name in all projects.
For example, in bionic, git remote -v shows;
https://android.googlesource.com//platform/bionic
What is the expected output? What do you see instead?
It should be;
https://android.googlesource.com/platform/bionic
Please provide any additional information below.
This makes no problem with https://
but, when I mirrored AOSP using gitolite, the remote url of bionic is;
gitolite@ssh.mysite.net:/mirror/aosp//platform/bionic
and, git clone failed cause of gitolite can't parse "//" properly when it check
permission.
I looked up repo and made patch to fix this problem.
file attached.
Original issue reported on code.google.com by ff4...@gmail.com on 1 Nov 2011 at 4:12
Original issue reported on code.google.com by
ff4...@gmail.com
on 1 Nov 2011 at 4:12Attachments: