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

Re: switch --relocate fails on deleted dir in mixed-rev WC

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-10-12 19:37:02 CEST

Philip Martin wrote:
>
> The code should avoid recursing if "absent" since such items can never
> be present on disk. The code should avoid recursing if "deleted"
> unless "schedule=add". So I think that makes it:
>
> if (recurse && entry->kind == svn_node_dir
> && ! entry->absent
> && (! entry->deleted || entry->schedule == svn_wc_schedule_add))

Committed in r16673. Thanks, Richard, for reporting the bug, and Philip for
reviewing.

I've proposed the fix for porting into v1.3.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 12 19:38:22 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.