error cloning encoding not supported

Matt Mackall mpm at selenic.com
Fri Nov 12 10:36:14 CST 2010


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