Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-12-16 Thread Prabhu Gnana Sundar
Thanks Gavin :) I am aware of it. I have been working in a different approach to solve the same problem. Since I felt that my current approach would make the "diff" to have a uniform behaviour throughout, without the "--diff-copy-from" switch, I did not ping this thread. Hoping to get back to so

Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-12-16 Thread Gavin Beau Baumanis
Ping. This patch has received no more comments. Gavin "Beau" Baumanis On 30/11/2010, at 12:35 AM, Prabhu Gnana Sundar wrote: > Hi Julian, > > $ svn diff -r1029227:1029240 subversion/tests/libsvn_wc/utils.h > > The above command would work fine since the "full" target is given > explicitly an

RE: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-29 Thread Prabhu Gnana Sundar
Hi Julian, $ svn diff -r1029227:1029240 subversion/tests/libsvn_wc/utils.h The above command would work fine since the "full" target is given explicitly and because of the *continuity of history*. What if the file has been removed or renamed (which can occur often).. In such cases, the normal "

Re: [PATCH] enhance "svn diff" by adding "--diff-copy-from" switch

2010-11-29 Thread Stefan Sperling
On Mon, Nov 29, 2010 at 01:43:20PM +0530, Prabhu Gnana Sundar wrote: > Hi, > > This patch enhances the current "svn diff" by adding a new > "--diff-copy-from" switch. I have attached the patch and the log message > along with this mail. Please review and share your comments on the same. > > I am

RE: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-29 Thread Julian Foad
On Sun, 2010-11-28, Prabhu Gnana Sundar Ponnarasu wrote: > [[[ > Make svn diff to accept "--diff-copy-from" inorder to compare/diff > against the copy-source file. Hi Prabhu. I'm not clear about the precise change in behaviour that you are making. The current behaviour of "svn diff" seems to be

[PATCH] enhance "svn diff" by adding "--diff-copy-from" switch

2010-11-29 Thread Prabhu Gnana Sundar
Hi, This patch enhances the current "svn diff" by adding a new "--diff-copy-from" switch. I have attached the patch and the log message along with this mail. Please review and share your comments on the same. I am resending this patch with the extension added to the log and the patch files. Rega

Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Daniel Shahaf
dev@subversion.apache.org > Subject: Re: [PATCH] enhance svn diff by adding --diff-copy-from switch > > I don't see any attachment. > > Prabhu Gnana Sundar Ponnarasu wrote on Sun, Nov 28, 2010 at 16:21:16 +0530: > > > > Hi, > > > > This patch enhances

Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Daniel Shahaf
Please do not abbreviate my first name. No need to re-resend, but know for next time: you might get better responses on this list if you send your message as text/plain (not HTML) and your attachments as text/* (not application/octet-stream). See the archives for configuration tips. Daniel Prab

RE: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Prabhu Gnana Sundar Ponnarasu
RR(svn_ra_svn_parse_tuple(params, pool, "(?r)cbbcb?w", + SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "(?r)cbbcb?w?b", &rev, &target, &recurse, &ignore_ancestry, &versus_url, -

Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Prabhu Gnana Sundar Ponnarasu
Subject: Re: [PATCH] enhance svn diff by adding --diff-copy-from switch I don't see any attachment. Prabhu Gnana Sundar Ponnarasu wrote on Sun, Nov 28, 2010 at 16:21:16 +0530: > > Hi, > > This patch enhances the current "svn diff" by adding a new "--diff-copy-from

RE: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Prabhu Gnana Sundar Ponnarasu
: dev@subversion.apache.org Subject: Re: [PATCH] enhance svn diff by adding --diff-copy-from switch I don't see any attachment. Prabhu Gnana Sundar Ponnarasu wrote on Sun, Nov 28, 2010 at 16:21:16 +0530: > > Hi, > > This patch enhances the current "svn diff" by adding a new "--diff-

Re: [PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Daniel Shahaf
I don't see any attachment. Prabhu Gnana Sundar Ponnarasu wrote on Sun, Nov 28, 2010 at 16:21:16 +0530: > > Hi, > > This patch enhances the current "svn diff" by adding a new "--diff-copy-from" > switch. I have attached the patch and the log message along with this mail. > Please review and sh

[PATCH] enhance svn diff by adding --diff-copy-from switch

2010-11-28 Thread Prabhu Gnana Sundar Ponnarasu
Hi, This patch enhances the current "svn diff" by adding a new "--diff-copy-from" switch. I have attached the patch and the log message along with this mail. Please review and share your comments on the same. Thanks and regards Prabhu