[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-15 23:53:13 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Or maybe: our client should be just one of many users of this special
> reserved range. That is, we should make the SVN_CL_* error range be
> available in general for users of the Subversion libraries. Our
> command-line client will make its own use of that range, but of
> course, any other Subversion client -- say, a GUI client -- could also
> return errors in that range, because none of our libraries would ever
> do so (or shouldn't, anyway).
>
> How does that sound? (Or is that basically what you were proposing?)

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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 15 23:53:47 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.