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

Re: Listing the changes in a revision

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Sat, 5 Jan 2008 22:43:30 +0100

On Jan 5, 2008 10:37 PM, Chris Rose <chris.rose_at_messagingdirect.com> wrote:
> I want something that is basically the --summarize option of svn diff,
> but without the network overhead, or at least the overhead I assume
> exists. Is it possible, given a revision number, to determine the
> _scope_ of the changes in that revision? I want to know which files
> changed, which files were added, deleted, etc...
>
> svn diff --summarize, in my test, seemed to take a long time,
> suggesting that it sends more over the wire than I want; is there a
> faster way?

How about

 $ svn log -v -r <revision> URL
?

Or, if you don't want the log text itself:

 $ svn log -v -q -r <revision> URL

?

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-05 22:43:49 CET

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.