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

Re: Difference Summary

From: Chip Turner <cturner_at_redhat.com>
Date: 2004-09-13 23:52:55 CEST

Raman Gupta <rocketraman@fastmail.fm> writes:

> Is there a way to get a difference summary? In CVS, this would be:
>
> cvs rdiff -s -r REV1 -r REV2
>
> I understand this problem is a lot tougher in subversion due to
> directory revisioning, but is there something similar?

I like to do something like this:

svn diff | lsdiff

Not quite the same, but a nice summary. Also diffstat. Be aware that
you may miss info about metadata changes. diffstat is also a good
pipe-target.

lsdiff, and other similar utils, is at:
  http://cyberelk.net/tim/patchutils/

Chip

-- 
Chip Turner                   cturner@redhat.com
                              Red Hat, Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 13 23:53:48 2004

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.