Re: Restricting svn log --diff output to single file

2012-01-20 Thread Konstantin Kolinko
2012/1/20 sebb : > On 20 January 2012 16:07, Stefan Sperling wrote: >> On Fri, Jan 20, 2012 at 03:54:37PM +, sebb wrote: >>> Note that r848598 involves a directory copy. >>> >>> The diff command: >>> >>> $ svn log -l14 >>> http://svn.apache.org/repos/asf/subversion/branches/1.0.x/STATUS@84868

Re: Restricting svn log --diff output to single file

2012-01-20 Thread sebb
On 20 January 2012 16:07, Stefan Sperling wrote: > On Fri, Jan 20, 2012 at 03:54:37PM +, sebb wrote: >> Note that r848598 involves a directory copy. >> >> The diff command: >> >> $ svn log -l14 >> http://svn.apache.org/repos/asf/subversion/branches/1.0.x/STATUS@848689 >> --diff >> >> behaves

Re: Restricting svn log --diff output to single file

2012-01-20 Thread Stefan Sperling
On Fri, Jan 20, 2012 at 03:54:37PM +, sebb wrote: > Note that r848598 involves a directory copy. > > The diff command: > > $ svn log -l14 > http://svn.apache.org/repos/asf/subversion/branches/1.0.x/STATUS@848689 > --diff > > behaves properly up to that point, but then I get: > > >>> > r848

Re: Restricting svn log --diff output to single file

2012-01-20 Thread sebb
On 20 January 2012 15:36, Stephen Butler wrote: > > On Jan 20, 2012, at 16:27 , sebb wrote: > >> The command >>    svn log filename >> shows a list of revisions in which filename was changed. >> >> I would expect >>    svn log --diff filename >> to only show the differences for that file. >> >> Ho

Re: Restricting svn log --diff output to single file

2012-01-20 Thread Stephen Butler
On Jan 20, 2012, at 16:27 , sebb wrote: > The command >svn log filename > shows a list of revisions in which filename was changed. > > I would expect >svn log --diff filename > to only show the differences for that file. > > However, it shows the differences for all files changed in eac

Restricting svn log --diff output to single file

2012-01-20 Thread sebb
The command svn log filename shows a list of revisions in which filename was changed. I would expect svn log --diff filename to only show the differences for that file. However, it shows the differences for all files changed in each revision. Is that really intentional? If so, how can I r