[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: Branko Èibej <brane_at_xbc.nu>
Date: 2001-02-07 02:44:45 CET

kfogel@tigris.org wrote:

> (dag_node_t): Start defining this struct.

Eek, that was a close shave. I could fairly hear the commit whistling
past my ears while I was typing C-x C-q!

> /* Initializing a filesystem. */
>
> +struct dag_node_t
> +{
> + svn_fs_t *fs;
> + svn_fs_id_t *id;
> + apr_pool_t *pool;
> + /* kff todo: working here */
> +};
> +

I think we'll have to know the node's path so that we can create "copy"
nodes from dag_node_t's sources. We have that information in
svn_fs_node_t; we can

a) move it to dag_node_t instead, or
b) pass it to svn_fs__dag_make_copy explicitly (and hope to get it right).

I'd prefer a), but it would cause a few changes in tree.c.

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM:   <brane_at_acm.org>            http://www.acm.org/
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.