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

RE: Comparing tags and trunk dir

From: Moshe Gurvich <moshe_at_varien.com>
Date: 2006-06-16 18:31:38 CEST

Meanwhile you can use:

svn diff tag-url trunk-url | grep "^Index: "

-----Original Message-----
From: rooneg@gmail.com [mailto:rooneg@gmail.com] On Behalf Of Garrett Rooney
Sent: Friday, June 16, 2006 7:20 AM
To: Luigi Paioro
Cc: users@subversion.tigris.org
Subject: Re: Comparing tags and trunk dir

On 6/16/06, Luigi Paioro <luigi@lambrate.inaf.it> wrote:
> Sorry, perhaps I wasn't clear...
>
> The command
>
> svn diff tag-url trunk-url
>
> prints out all the differences between all the files in tag-url and
> trunk-url. This is too much for me... I only need a list of files
> changed, but I don't care about the changes themselves.
>
> This question could be trivial too, but I don't know how to do it.
> Anyway I've found a work around: I look what release number was the
> tagged copy, then I switch my working copy to it, and so I can verify
> the status...

Subversion 1.4 will have a --summarize flag for diff that will tell you what
files changed without asking for the actual content changes.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 16 18:35:35 2006

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.