error cloning encoding not supported
Marco Giovannini
usernkey at gmail.com
Mon Nov 15 08:33:44 UTC 2010
Yes we can browse it in the the browser and yes we can clone it over ssh
Regards,
Marco
On Fri, Nov 12, 2010 at 5:36 PM, Matt Mackall <mpm at selenic.com> wrote:
> On Fri, 2010-11-12 at 13:03 +0100, Marco Giovannini wrote:
>> Hi
>>
>> I'm cloning a repo and I receive this error.
>>
>> pulling subrepo xxxxx from xxxxxxxxxxxxxxxxx
>> http authorization required
>> realm: xxxteam repos
>> user: xxxx
>> password:
>> http authorization required
>> realm: xxxx team repos
>> user: xxxx
>> password:
>> File "mercurial\httprepo.pyc", line 308, in instance
>> File "mercurial\statichttprepo.pyc", line 145, in instance
>> File "mercurial\statichttprepo.pyc", line 114, in __init__
>
> These last three lines say we gave up talking to a real hgweb server and
> tried to treat the repository as a slow "static" repo (reading
> repository revlog files directly over http). This is probably not what
> you intended.
>
> Can you browse the subrepo in your browser? Can you clone from it
> manually?
>
>> RepoError: requirement '<?xml version="1.0" encoding="ISO-8859-1"?>'
>
> This is probably Mercurial trying to read the requirements file and
> getting a weird HTML error message from your Apache server.
>
> --
> Mathematics is the supreme nostalgia of our time.
>
>
>
More information about the Mercurial
mailing list