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

Re: Behavior of update command

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-02-26 01:11:59 CET

> Does CVS have a command which does what you proposed? I don't think so,
> so presumably it's being done "by hand", with Eclipse looking at each
> file in turn.

Possibly. Eclipse wrote its own CVS client.

> Why not do the same thing for Subversion?

We were doing something like that at one time but performance was not very
good. The Subversion (JavaHL) API that accepts multiple files for an
update seems to do a roundtrip for each file, almost like it is just a
convenience method. I am basing this on the performance, not an Ethereal
trace or anything. We got a lot of comments when we first started using
that API, so pretty much everyone felt the same.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 26 01:13:05 2006

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.