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