[issue423] Report server-side error on remote http operations

mathieu clabaut mercurial-bugs at selenic.com
Sun Nov 19 12:31:11 CST 2006


New submission from mathieu clabaut <mathieu.clabaut at gmail.com>:

Currently a server-side error (like a bad permission) produces the following
error on the client side when cloning by http (apache server) :
abort: consistency error adding group!
transaction abort!

Such permissions error may not be an uncommon error and as such, it would be
good to raise some informative error on the client side. 
It may perhaps be possible, when  RevlogError(_("consistency error adding
group")) is raised to have a look at the incoming chunk of data to check if the
client get a backtrace, and then inform the user...

----------
messages: 2372
nosy: mathieu.clabaut
priority: bug
status: unread
title: Report server-side error on remote http operations

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue423>
____________________________________________________



More information about the Mercurial-devel mailing list