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