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

Re: [PATCH][merge-tracking]Doc to justify the existence of txn_mergeinfo

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-09-27 11:42:25 CEST

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

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.