What I would really need is a list of revisions from X to Y, the usernames+log messages for these revisions, the list of files modified, added and deleted. (With the info whether it was added/modified/deleted).
So a diff with header info would only be part of the solution -
right now, I can use 'svn log -v' for this very well, except for one case: when a directory is added from another branch.
Andras
-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Friday, July 16, 2004 4:38 PM
To: Andras, Vass non Unisys
Cc: Jan Evert van Grootheest; users@subversion.tigris.org
Subject: RE: Making a log of all files added/modified
On Fri, 2004-07-16 at 06:49, Andras, Vass non Unisys wrote:
> Jan,
>
> You're right, they were added in the branch - I would however like to
> get a list of _all_the_files_ that were added, modified or deleted
> between two revisions in the trunk.
'svn diff -r X:Y trunkURL' compares the two trunk trees, and shows all
files changed. But really, you're only interested in the 'headers' of
the diffs.
It would be nice, I suppose, to add a switch to 'svn diff' which only
shows filenames, not whole diffs. It would be exactly what you need.
Maybe we should file an enhancement request.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 16 17:50:07 2004