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

Re: Show files changed since revision

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-09 21:43:17 CEST

On Fri, 2004-07-09 at 14:37, Toby Johnson wrote:
> Is there a good way to find a list of files changed since a certain
> revision (or between two revisions)? An "svn diff -r X:Y | grep ^Index"
> works OK, but it isn't obvious this way whether the files were added,
> deleted, or modified.

'svn log -v -r X:Y'. The only problem is that the list of files aren't
unique-ized.

Of course, if you have a working copy at rX, then you can run 'svn
status -u -rY' to see a 'dry-run' of changes that would result. That's
almost the same.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 9 21:44:45 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.