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

RE: Making a log of all files added/modified

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-16 16:38:26 CEST

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 16:40:37 2004

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.