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

Re: svn_fs__dag_get_node question

From: <cmpilato_at_collab.net>
Date: 2002-06-08 07:22:26 CEST

Philip Martin <philip@codematters.co.uk> writes:

> > Failure.
> >
> > If you ask for a specific ID, and it is /not/ present, then BOOM!
>
> How about this
>
> * svn/subversion/libsvn_fs/tree.c
> (id_check_ancestor, id_is_parent): Check for errors when getting nodes.

+1. Committed in revision 2124.

What happened here was that the original versions of these functions
simply return an integer answer to the question...when I later
improved them to return svn_error_t *'s, I forgot to re-wrap all the
error-throwing functions therein. Thanks, Philip!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 8 07:23:52 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.