[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: Johan Chaves Saborío <johann04_at_gmail.com>
Date: 2005-11-08 18:32:08 CET

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.
Received on Tue Nov 8 18:34:08 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.