[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: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: 2007-11-11 22:35:36 CET

2007-11-11 22:24:36 Karl Fogel napisaƂ(a):
> 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 */

Committed in r27762.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on Sun Nov 11 22:38:43 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.