[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: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Sat, 5 Jan 2008 15:58:36 -0600

On Jan 5, 2008, at 15:37, Chris Rose 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?

I seem to recall that if your server is earlier than 1.4.0 then it
must still send the diffs over the wire and the client just ignores
them. If the server is running 1.4.0 or later then it just sends the
information the client displays and is therefore faster. What version
of Subversion is on your server?

---------------------------------------------------------------------
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:59:32 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.