Can someone look at this?
Kamesh Jayachandran wrote:
> Hi All,
>
> Find the attached patch.
>
> With regards
> Kamesh Jayachandran
>
> [[[
> Patch by: Kamesh Jayachandran <kamesh@collab.net>
>
> set has_no_mergeinfo in case 'mergeinfo' has no corresponding records
> in 'mergeinfo_changed' so that execution can take the path of 'count ==0'
> block.
>
> * subversion/libsvn_fs_fs/tree.c
> (get_merge_info_for_path):
> set has_no_mergeinfo in case 'mergeinfo' has no corresponding records
> in 'mergeinfo_changed'.
> ]]]
> ------------------------------------------------------------------------
>
> Index: subversion/libsvn_fs_fs/tree.c
> ===================================================================
> --- subversion/libsvn_fs_fs/tree.c (revision 21106)
> +++ subversion/libsvn_fs_fs/tree.c (working copy)
> @@ -1268,6 +1268,8 @@
> apr_hash_set(result, path, APR_HASH_KEY_STRING, pathresult);
> apr_hash_set(cache, path, APR_HASH_KEY_STRING, pathresult);
> }
> + else
> + has_no_mergeinfo = TRUE;
> }
>
> /* If this path has no mergeinfo, and we are asked to, check our parent */
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 25 13:22:45 2006