error cloning encoding not supported
Marco Giovannini
usernkey at gmail.com
Mon Nov 15 16:16:50 UTC 2010
the missing slash was an editing error.
If I clone just the subrepo it works correctly
$ wget --no-check-certificate --user xxxx--password xxxxx
https://mts.xxxx.com/~xxxx/repo/team/xxxxx_10.03/
--2010-11-15 17:10:14-- https://mts.xxxx.com/~xxx/repo/team/xxxx_10.03/
Resolving mts.xxx.com... 10.64.180.xxx
Connecting to mts.xxx.com|10.64.180.xxx|:443... connected.
WARNING: cannot verify mts.xxxx.com's certificate, issued by
`/DC=com/DC=xxx/CN=xxMachine CA':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 401 Authorization Required
Connecting to mts.lantiq.com|10.64.180.164|:443... connected.
WARNING: cannot verify mts.xxxxx.com's certificate, issued by
`/DC=com/DC=xxxx/CN=xxxxMachine CA':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 Script output follows
Length: unspecified [text/html]
Saving to: `index.html'
[ <=>
] 9,364 --.-K/s in 0.01s
2010-11-15 17:10:14 (650 KB/s) - `index.html' saved [9364]
when I'll have more information I will send them in mailing list
Regards,
Marco
On Mon, Nov 15, 2010 at 3:18 PM, Matt Mackall <mpm at selenic.com> wrote:
> On Mon, 2010-11-15 at 09:46 +0100, Marco Giovannini wrote:
>> with the option debug I can get more information
>>
>> http auth: user giovannm, password ********
>> requested URL: 'https:/xxxxxx.com/%7Exxxxx/repo/team/xxxxx/xxxx
>> ?pairs=0000000000000000000000000000000000000000-00000000000000000000000000000000
>> 00000000&cmd=between'
>> (falling back to static-http)
>> http authorization required
>> realm: xxxxteam repos
>> user:
>
> There's a missing '/' after the 'http:/' above, is that an editing
> error?
>
> My earlier diagnosis stands. Mercurial is getting an unexpected response
> (ie not a standard http error), deciding the server doesn't speak hgweb
> protocol, trying static http, and failing again.
>
> If you find the Apache log entry that corresponds with the above
> request, you might learn more. You might also try manually getting the
> same URL using wget, you should get a file with a single newline.
>
> Can you clone this repo over https when not used as a subrepo?
>
> --
> Mathematics is the supreme nostalgia of our time.
>
>
>
More information about the Mercurial
mailing list