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

Re: Resolution of 'svn diff' change?

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-20 03:12:54 CEST

> On Mon, May 19, 2003 at 09:38:26AM -0500, cmpilato@collab.net wrote:
> > Colin Watson <cjwatson@flatline.org.uk> writes:
> > > Also, a wrapper will be much slower than letting 'svn diff' do all the
> > > files at once if your connection to the server has high setup time.
> > > Consider svn+ssh to a distant machine. I do this frequently with CVS,
> > > and a wrapper calling 'svn diff' multiple times would be *painful*.
> >
> > Actually, it sucks with CVS because CVS's diffs require network
> > access. Subversion's don't. So your net connection won't play into
> > the cost of this change at all.

As soon as you say "diff these files against rev 5" then we also must hit
the network.

For example, let's say you want to find all API changes:

$ svn diff -r SOMEREV subversion/include/*.h

Doing that one at a time would be much more painful on the network.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 20 03:10:53 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.