Greg Stein <gst...@gmail.com> writes: > Is this conversion still going to work, noting the earlier discussion > about children having entry->copyfrom_url == NULL, yet the node > function returns non-NULL for all copied children?
I could not see why the code would care whether this was the root of the copy or not. Thinking about it a bit more, I probably fixed a bug: svn cp wc/A wc/X svn cp -rN wc/X/B wc/Y In the past this would fail because X/B doesn't have copyfrom. Now it copies from the URL of a...@n. -- Philip