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

Re: CVS update: subversion/subversion/libsvn_fs node-rev.h

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-02-23 00:53:22 CET

jimb@tigris.org writes:

> + This function checks that SKEL is a well-formed NODE-REVISION skel.
> +
> svn_error_t *svn_fs__put_node_revision (svn_fs_t *fs,

Gee, __dag_set_proplist, which calls this func, now checks that the
incoming proplist is well-formed. Was that unnecessary? Will your
routine now do it for me? I was implmenting this promise:

/* Set the property list of NODE to PROPLIST, as part of TRAIL. The
   node being changed must be mutable. This verifies that PROPLIST is
   well-formed. */
svn_error_t *svn_fs__dag_set_proplist (dag_node_t *node,
                                       skel_t *proplist,
                                       trail_t *trail);
Received on Sat Oct 21 14:36:23 2006

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.