You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2003/08/18 18:31:21 UTC

Re: svn commit: rev 6783 - trunk/subversion/libsvn_fs

cmpilato@tigris.org writes:

> Modified: trunk/subversion/libsvn_fs/tree.c
> ==============================================================================
> --- trunk/subversion/libsvn_fs/tree.c	(original)
> +++ trunk/subversion/libsvn_fs/tree.c	Mon Aug 18 13:22:41 2003
> @@ -112,6 +112,9 @@
>       afresh every time, since the root may have been cloned, or
>       the transaction may have disappeared altogether.  */
>    dag_node_t *root_dir;
> +
> +  /* Cache, mapping const char * PATH to const svn_fs_id_t NODE-REV-ID. */
> +  apr_hash_t *node_id_cache;
>  };
>  
>  

Oops, this slipped in.  The log message has been fixed.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org