[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 22:28:17 CEST

kfogel@tigris.org writes:

> +#define SVN_ERR_APMOD_CATEGORY_START (APR_OS_START_USEERR \
> + + (14 * SVN_ERR_CATEGORY_SIZE))
> +#define SVN_ERR_CLIENT_CATEGORY_START (APR_OS_START_USEERR \
> + + (15 * SVN_ERR_CATEGORY_SIZE))
> +#define SVN_ERR_MISC_CATEGORY_START (APR_OS_START_USEERR \
> + + (16 * SVN_ERR_CATEGORY_SIZE))
> +#define SVN_ERR_CL_CATEGORY_START (APR_OS_START_USEERR \
> + + (17 * SVN_ERR_CATEGORY_SIZE))
>
> SVN_ERROR_START

Do we need to support applications that want to use APR_OS_START_USEERR
without conflicting with Subversion? We could reserve some spare
categories after 17 and provide a name for the first application error
number.

#define SVN_ERR_START_USEERR (APR_OS_START_USEERR+30*SVN_ERR_CATEGORY_SIZE)

-- 
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 22:28:48 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.