[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: Ed Hillmann <edhillmann_at_yahoo.com>
Date: 2005-07-29 03:09:45 CEST

>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.

The only problem with that, is we have some files
which are defined as binary. I tested this out and
files marked as binary are not sent to the diff
command. So if we depended on this, we'd never get
get any binary files listed as a changed file.

So I think I'm back to using diff and processing the
output for "Index:"

Thanks for all the help, though. I'm really happy
with the move to Subversion. :)

Send instant messages to your online friends http://au.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 29 03:13:33 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.