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

Re: [PATCH] Fix the value of SVN_ERR_FS_NO_SUCH_NODE_ORIGIN error code

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-11-11 22:24:59 CET

Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> writes:
> [[[
> Fix the value of SVN_ERR_FS_NO_SUCH_NODE_ORIGIN error code.
>
> * subversion/include/svn_error_codes.h
> (SVN_ERR_FS_NO_SUCH_NODE_ORIGIN): Define as SVN_ERR_FS_CATEGORY_START + 47.
>
> Patch by: arfrever
> ]]]

Good catch! No need for review on this one -- please commit it under
the "obvious fix" rule:

   http://subversion.tigris.org/hacking.html#obvious-fix

:-)

-Karl

> Index: subversion/include/svn_error_codes.h
> ===================================================================
> --- subversion/include/svn_error_codes.h (wersja 27759)
> +++ subversion/include/svn_error_codes.h (kopia robocza)
> @@ -632,7 +632,7 @@
>
> /** @since New in 1.5. */
> SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_NODE_ORIGIN,
> - SVN_ERR_FS_CATEGORY_START + 46,
> + SVN_ERR_FS_CATEGORY_START + 47,
> "Filesystem has no such node origin record")
>
> /* repos errors */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 11 22:25:11 2007

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.