[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 15:37:45 CET

On Mon, 13 Dec 2004 15:32:22 +0100, Florian Storck
<storck@givemepower.de> wrote:

> ok, I'm not knowing SVN well enough, but I thought it is possible to commit
> single files (which is usually fast). And if you do that, only this file
> must be checked, or am I wrong? Then it would make sense to split up the
> action only on the files that have changed. So that's why I had that idea.

Yes, _if_ you only select a single file. But checking the files isn't
the main part of what you call 'slow': Subversion has to 'lock' the
working copy while updating/committing/whatever so no other Subversion
client/task can interfere. And locking means writing a lock file in
the .svn folder.

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 15:38:16 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.