Re: svn commit: r16735 - in trunk/subversion: libsvn_subr libsvn_wc
From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-10-16 07:26:35 CEST
Hi,
In <200510151724.j9FHO4J08094@morbius.ch.collab.net>
> Author: djames
> --- trunk/subversion/libsvn_subr/constructors.c (original)
> +svn_client_commit_item2_t *
if (new_item->kind && new_item->path)
We need to check new_item->kind value is svn_node_none or
> + new_item->path = apr_pstrdup (pool, new_item->path);
if (new_item->copyfrom_url)
We need to copy new_item->copyfrom_url.
> +
I think we need to check new_item->wcprop_changes is
Can we initialize item->wcprop_changes as NULL?
> + new_item->wcprop_changes = svn_prop_array_dup (new_item->wcprop_changes,
Thanks,
-- kou --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Oct 16 07:28:36 2005 |
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.