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

Re: svn diff between many revisions in split view

From: Pavel SRB <srbanator_at_heckler-koch.cz>
Date: Fri, 15 Aug 2008 11:00:31 +0200

Ryan Schmidt wrote:
>
> On Aug 13, 2008, at 02:20, Pavel SRB wrote:
>
>> $svn log -r 8080:8127 test.txt
>> shows me all the log info, by single change
>>
>> $svn diff -r 8080:8127 test.txt
>> show me differences between these revisions.
>>
>> But it is displayed in single file. Is there an possibility to view
>> all changes in split view, like
>>
>> revision 8081
>> + add some
>>
>> revision 8100
>> + add some more
>> - delete something else
>>
>> revision 8127
>> +...
>> +...
>> -....
>
> You would have to write a script to do that. You would run svn log to
> determine the revision numbers in which changes occurred, then run svn
> diff for each such revision.
>
>
dear Ryan

thank you for advice, i do that for sure as svn does not support this
feature.

have a nice weekend
pavel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-15 17:34:07 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.