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

Re: svn commit: r937421 - /subversion/trunk/subversion/libsvn_client/copy.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 23 Apr 2010 20:29:54 +0100

Greg Stein <gstein_at_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_at_N.

-- 
Philip
Received on 2010-04-23 21:30:27 CEST

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.