[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: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Wed, 13 Aug 2008 14:52:49 -0500

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.

---------------------------------------------------------------------
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-13 21:53:27 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.