[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 2977 - trunk/subversion/include

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-16 00:22:47 CEST

Philip Martin <philip@codematters.co.uk> writes:
> More or less. I don't think it matters whether SVN_CL_* is part of
> the Subversion "internal" range or part of the Subversion
> "application" range. Those errors are always likely to be defined in
> the main subversion include files, and not in an application specific
> file, as they use the SVN_ERRDEF macro.
>
> If, rather than defining a new name, we decide that other applications
> should use SVN_ERR_CL_CATEGORY_START then we should put a few spare
> categories between it and the preceding category.

Let's make a special start place for them:

   SVN_ERR_USERERR_START

or something, like APR does. Our command-line client errors can just
move into this space.

This category will have as much room as any other Subversion error
category, initially, but we'll keep it positioned last in the
categories, in case we ever need to reserve the next category range to
double it (etc, etc).

Before we do this, though, I'd like for Greg Stein's plane to land so
he has a chance to see this discussion :-). Just an instinct that if
there are any gotchas to be noticed here, he'll notice them.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 16 00:40:40 2002

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.