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

Re: New FS API, open_path, cloning and dag_node_t

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-02-15 15:55:26 CET

Jim Blandy <jimb@zwingli.cygnus.com> writes:
> > svn_fs__get_node_revision()
> > svn_fs__get_txn()
> > svn_fs__create_successor()
>
> No. Those functions will continue to use svn_fs_id_t. They are
> *used* by the dag filesystem. I'm talking about removing this
> function *exported* by the dag filesystem:
>
> /* Open the mutable node in the transaction named TXN whose ID is ID
> in FS, as part of TRAIL; set *NODE_P to the new node. Allocate the
> node in TRAIL->pool. */
> svn_error_t *svn_fs__dag_txn_node (dag_node_t **node_p,
> svn_fs_t *fs,
> const char *txn,
> const svn_fs_id_t *id,
> trail_t *trail);

Cool, thanks. I hadn't realized that you meant exactly what you
said. :-)

-K
Received on Sat Oct 21 14:36:22 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.