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

Re: svn commit: r22765 - trunk/subversion/libsvn_client

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-12-20 15:25:06 CET

dlr@tigris.org wrote:
> Modified:
> trunk/subversion/libsvn_client/copy.c
>
> Modified: trunk/subversion/libsvn_client/copy.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_client/copy.c?pathrev=22765&r1=22764&r2=22765
> ==============================================================================
> --- trunk/subversion/libsvn_client/copy.c (original)
> +++ trunk/subversion/libsvn_client/copy.c Wed Dec 20 06:06:12 2006
>
> /* Check that all of our SRCs exist, and all the DSTs don't. */
> for (i = 0; i < copy_pairs->nelts; i++)
> @@ -221,7 +220,7 @@
> ((svn_client__copy_pair_t **) (copy_pairs->elts))[i];
> svn_node_kind_t dst_kind, dst_parent_kind;
>
> - svn_pool_clear(subpool);
> + svn_pool_clear(iterpool);
>
> /* Verify that SRC_PATH exists. */
> SVN_ERR(svn_io_check_path(pair->src, &pair->src_kind, pool));
>
Why not this svn_io_check_path from iterpool?

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 20 15:26:32 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.