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

Re: svn up known issue?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-27 05:03:32 CEST

jason marshall wrote:

> If the manual labor of using SVN is
> truly so high, then my recommendation will be to pay the licensing fee
> for Perforce, as the total cost/benefit is lower, and the in-house
> expertise is slightly better (a couple of developers, versus none).

Perforce may definitely be a better choice. It's designed to work best
over a LAN. Users have to tell the server they're about to edit
something, so the server is 'tracking' every working copy in existence.
  The payoff is that perforce can instantly know which files have
changed, and the version of every file. It makes all the "discovery
crawls" done by 'svn up' and 'svn commit' unnecessary. Of course, the
tradeoff is that you always need to have the server close at hand, for
absolutely every operation.

> I encourage the SVN team to reassess their definition of 'reasonable
> working set', and consider if the tool as currently presented can meet
> reasonable performance metrics given that definition.

Perhaps you could tell us exactly how many files and dirs are in your
working copy. And, is this running on NTFS?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 05:05:37 2005

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.