On Wed, Sep 27, 2006 at 02:02:36PM +0530, Kamesh Jayachandran wrote:
> * subversion/libsvn_fs_fs/fs_fs.c
> (global):
> Doc to justify the existence of 'txn_mergeinfo' cache.
> ]]]
> Index: subversion/libsvn_fs_fs/fs_fs.c
> ===================================================================
> --- subversion/libsvn_fs_fs/fs_fs.c (revision 21673)
> +++ subversion/libsvn_fs_fs/fs_fs.c (working copy)
> @@ -74,6 +74,9 @@
> #define PATH_TXN_PROPS "props" /* Transaction properties */
> #define PATH_NEXT_IDS "next-ids" /* Next temporary ID assignments */
> #define PATH_REV "rev" /* Proto rev file */
> +/* We keep a separate mergeinfo hash of
> + * target_path(char*) Vs mergeinfo(svn_string_t*) to avoid looping through
> + * paths_changed hash of the txn to get mergeinfo. */
> #define PATH_TXN_MERGEINFO "mergeinfo" /* Transaction mergeinfo props */
> #define PATH_PREFIX_NODE "node." /* Prefix for node filename */
> #define PATH_EXT_TXN ".txn" /* Extension of txn dir */
>
Not the right place for this documentation - please change
libsvn_fs_fs/structure instead, as that's where all the other
documentation covering the contents of the FSFS filesystem lives.
Regards,
Malcolm
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 11:42:39 2006