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

RE: How to display changes between "tags"?

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-07-28 20:10:02 CEST

> On Jul 27, 2005, at 5:46 PM, Ed Hillmann wrote:
> > svn diff seems to present the actually changes, which
> > is not exactly what I want. What I'd like is just a
> > list of files that were added, modified or deleted
> > between two tags. Is this possible?

You can write a fake diff script, one that takes the same arguments as diff
but only prints the file names, and doesn't output any differences at all.
Then, if you do "svn diff --diff-cmd=you-script-name A B", you will be told
all the files that differ between A and B.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 20:15:45 2005

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.