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

RE: report files changed between revisions without a wc

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-11-08 19:13:15 CET

Gale, David wrote:
> ________________________________
>
> From: Johan Chaves Saborío [mailto:johann04@gmail.com]
> Sent: Tuesday, November 08, 2005 12:32 PM
> To: Paul Koning; users@subversion.tigris.org
> Subject: Re: report files changed between revisions without a wc
>
> On 11/8/05, Paul Koning <pkoning@equallogic.com> wrote:
>
> >>>>> "Johan" == Johan Chaves Saborío <johann04@gmail.com> writes:
>
> Johan> Hi. I need a report of which files has change between two
> Johan> revisions.
>
> svn log -r rev1:rev2 -v will give you each of the log entries
> including the changed files. You can then extract just the list of
> changed files from that.
>
>
> the problem with the svn log is that it groups the changes by
> commit.... so it contains repeated entries for files modified in
> several commits....
>
> I need an output similar to "svn merge --dry-run", I mean, the list
> of files and the action made on each.

Have you considered svn diff? Granted, it gives more than just the file names, but grep will take care of that. You'll probably also want to include the --notice-ancestry flag.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 19:16:47 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.