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

Re: [PATCH] Op-depth for copies - fixing lock_tests.py 40 - in progress

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Tue, 23 Nov 2010 18:38:42 +0000

On Tue, 2010-11-23 at 18:00 +0000, Julian Foad wrote:
> @@ -3031,8 +3057,8 @@ db_op_copy(svn_wc__db_pdh_t *src_pdh,
> }
>
> if (kind == svn_wc__db_kind_dir)
> - SVN_ERR(gather_children(&children, FALSE, src_pdh, src_relpath,
> - scratch_pool, scratch_pool));
> + SVN_ERR(gather_repo_children(&children, src_pdh, src_relpath,
> dst_op_depth,

Duh - should be source op-depth here, not dst_op_depth. Looks like I
need to write some tests to ensre this is adequately exercised, as the
current ones don't seem to be picking this up.

- Julian

> + scratch_pool, scratch_pool));
> else
> children = NULL;
>
>
>
Received on 2010-11-23 19:39:33 CET

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.