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

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

From: <cmpilato_at_collab.net>
Date: 2003-08-18 20:31:21 CEST

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
Received on Mon Aug 18 20:34:47 2003

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.