Issue #1822: suppression of some errors
From: <kfogel_at_collab.net>
Date: 2004-12-03 21:03:08 CET
Background:
In r7605, we started doing something very subtle with how we print out
As we walk down an error chain, we always print the error message if
The result is that, in a contiguous subchain of errors that all share
As an aside, I believe the comment
/* Only print the same APR error string once. */
in libsvn_subr/error.c:print_error() is either misplaced or just
The Problem:
See Philip Martin's "Dec 2 15:09:53" comment at the end of
http://subversion.tigris.org/issues/show_bug.cgi?id=1822
Basically, the current logic is causing users to get an error like
Error bumping revisions post-commit (details follow):
or
Error unlocking locked dirs (details follow):
...but then no details follow! People are understandably annoyed at
A Solution:
I believe the best solution is to change the logic to something
In a given error chain, we should still print out every error that has
Before I implement this, does anyone have any comments?
-Karl
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.