[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: David Weintraub <qazwart_at_gmail.com>
Date: Sat, 16 Aug 2008 23:41:18 -0400

I don't know if you've tried "svn blame" (aka "annotate" and
"praise"). This lists each line of your file with the revision number
and user who last modified that particular line.

--
David Weintraub
qazwart_at_gmail.com
On Wed, Aug 13, 2008 at 3:20 AM, Pavel SRB <srbanator_at_heckler-koch.cz> wrote:
> hi all,
>
> $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
> +...
> +...
> -....
>
> i hope i described it correctly what i am looking for.
> thank you very much
> pavel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
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-17 05:41:42 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.