Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-25 Thread Stefan Sperling
On Thu, Nov 25, 2010 at 01:10:59PM +0530, Prabhu Gnana Sundar wrote: > Hi, > Stefan, we are quite aware of the case you mentioned in your previous > mail. There the diff is between two explicit paths. I guess the below > screenshot would make the intention behind the work much clearer. > Here is m

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Prabhu Gnana Sundar
Hi, Stefan, we are quite aware of the case you mentioned in your previous mail. There the diff is between two explicit paths. I guess the below screenshot would make the intention behind the work much clearer. Here is my screenshot... $ vi file1 $ svn add file1 A file1 $ svn ci -m "adde

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Mark Phippard
On Wed, Nov 24, 2010 at 6:24 PM, Stefan Sperling wrote: > On Thu, Nov 25, 2010 at 12:08:41AM +0530, Kamesh Jayachandran wrote: >> >> >AFAIK svn diff always prints a diff against the copy source if the >> >items being diffed are source and target of a copy. How is what you >> >intend to do differen

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Stefan Sperling
On Thu, Nov 25, 2010 at 12:08:41AM +0530, Kamesh Jayachandran wrote: > > >AFAIK svn diff always prints a diff against the copy source if the > >items being diffed are source and target of a copy. How is what you > >intend to do different from the default behaviour? > > What Prabhu's '--diff-copy-

RE: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Kamesh Jayachandran
>AFAIK svn diff always prints a diff against the copy source if the >items being diffed are source and target of a copy. How is what you >intend to do different from the default behaviour? What Prabhu's '--diff-copy-from' do is 'get the modification to file *alone* done in a same commit as copy'

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Stefan Sperling
On Wed, Nov 24, 2010 at 09:08:18PM +0530, prabhugnanasundar wrote: > Hi all, > > I am in the process of implementing the '--diff-copy-from' in svn diff, > just similar to the '--diff-copy-from' in the svnlook diff. I have done > the coding part for all the 'ra' layers, except the 'svnserve'. AF

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread C. Michael Pilato
On 11/24/2010 10:38 AM, prabhugnanasundar wrote: > Hi all, > > I am in the process of implementing the '--diff-copy-from' in svn diff, > just similar to the '--diff-copy-from' in the svnlook diff. I have done > the coding part for all the 'ra' layers, except the 'svnserve'. > > Meanwhile I came