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

Re: [TSVN] REQUEST: speed issues

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-13 14:45:27 CET

On Mon, 13 Dec 2004 14:40:49 +0100, Florian Storck
<storck@givemepower.de> wrote:

> another thing I'm thinking about is the problem, that update/commit takes a
> very long time if you have a lot of subdirectories etc. I think, TSVN simply
> recurses into all and checks for changes with the .svn folders. I don't
> know, if it's maybe a better solution to install hooks for filechanges as
> provided by the Windows API. I'm not sure, but I think it is possible this
> way to keep track of the files that really have changed (which are the
> interesting ones at commit). That maybe could extremely speed up some
> actions like commit. That would of course not affect the update speed.

A hook wouldn't help here at all. Subversion must recurse into all
subfolders and check for modifications. Then it builds a binary diff
from all those files and finally sends the diff over the wire.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Dec 13 14:46:24 2004

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

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