You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/10/09 08:31:10 UTC

[PATCH][merge-tracking]code cleanup of append_component_to_paths

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

Re: [PATCH][merge-tracking]code cleanup of append_component_to_paths

Posted by Daniel Rall <dl...@collab.net>.
On Mon, 09 Oct 2006, Kamesh Jayachandran wrote:
...
> No need to get the key length as keys here are APR_HASH_KEY_STRING.
> 
> * subversion/libsvn_fs_util/merge-info-sqlite-index.c
>   (append_component_to_paths): 
>    No need to get the key length as keys here are APR_HASH_KEY_STRING.

Committed in r21843 along with some additional improvements.