[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 dag.c editor.c

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-02-09 16:45:41 CET

kfogel@tigris.org writes:
> +svn_error_t *
> +svn_fs__dag_revision_root (dag_node_t **node_p,
> + svn_fs_t *fs,
> + svn_revnum_t rev,
> + trail_t *trail)
> +{
> +#if 0
> + kff todo: coding here;
> + svn_error_t *err;
> + err = svn_fs__get_rep (skel_t **skel_p,
> + svn_fs_t *fs,
> + const svn_fs_id_t *id,
> + DB_TXN *db_txn,
> + apr_pool_t *pool);
> +#endif
> +
> + return SVN_NO_ERROR;
> }

You'll want to use the functions in node-rev.h, not nodes-table.h.
node-rev.h is built on nodes-table.h. nodes-table.h exposes the diffy
representation of file and directory contents; node-rev.h lets you
read and write fulltext.
Received on Sat Oct 21 14:36:21 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.