URL-only renames adds svn:mergeinfo property

2010-11-15 Thread Daniel Becroft
Hi, I've just found (another) issue with using URL-only renames. If one of the parent directories has svn:mergeinfo recorded on it, then renaming a file via a URL results in the new file containing a full copy of what was on the trunk (but cut down to the individual file). Please see the followin

Re: URL-only renames adds svn:mergeinfo property

2010-11-18 Thread Daniel Becroft
On Tue, Nov 16, 2010 at 3:54 PM, Daniel Becroft wrote: > Hi, > > I've just found (another) issue with using URL-only renames. If one of the > parent directories has svn:mergeinfo recorded on it, then renaming a file > via a URL results in the new file containing a full copy of what was on the > tr

Re: URL-only renames adds svn:mergeinfo property

2010-11-19 Thread Stefan Sperling
On Fri, Nov 19, 2010 at 01:40:42PM +1000, Daniel Becroft wrote: > On Tue, Nov 16, 2010 at 3:54 PM, Daniel Becroft wrote: > > > Hi, > > > > I've just found (another) issue with using URL-only renames. If one of the > > parent directories has svn:mergeinfo recorded on it, then renaming a file > > vi

Re: URL-only renames adds svn:mergeinfo property

2010-11-19 Thread Johan Corveleyn
On Fri, Nov 19, 2010 at 12:10 PM, Stefan Sperling wrote: > On Fri, Nov 19, 2010 at 01:40:42PM +1000, Daniel Becroft wrote: >> On Tue, Nov 16, 2010 at 3:54 PM, Daniel Becroft wrote: >> >> > Hi, >> > >> > I've just found (another) issue with using URL-only renames. If one of the >> > parent director

Re: URL-only renames adds svn:mergeinfo property

2010-11-19 Thread Stefan Sperling
On Fri, Nov 19, 2010 at 12:38:57PM +0100, Johan Corveleyn wrote: > I don't see why it matters that it's a "sub-branch". It's still a > (grand-)child of mybranch, so can perfectly inherit that mergeinfo. > AFAIU it only needs explicit mergeinfo if it starts to deviate from > the mybranch root (e.g.

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Paul Burba
On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: Hi All, The short story, the following behaviors are intentional: A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo if the source has it. B) URL-to-[WC | URL] [copies | moves]: Destination gets explicit mergeinfo if

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Johan Corveleyn
On Tue, Nov 23, 2010 at 9:31 PM, Paul Burba wrote: > On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: > > Hi All, > > The short story, the following behaviors are intentional: > > A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo > if the source has it. > > B) URL-to-

Re: URL-only renames adds svn:mergeinfo property

2010-11-23 Thread Daniel Becroft
On Wed, Nov 24, 2010 at 6:31 AM, Paul Burba wrote: > On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote: > > Hi All, > > The short story, the following behaviors are intentional: > > A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo > if the source has it. > > B) URL-to