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

svn update select(2)

From: Larry McVoy <lm_at_bitmover.com>
Date: Sun, 21 Nov 2010 10:05:03 -0800 (PST)

Hi hackers,

We've got a customer that needs to move some data out of SVN and we wrote a
tool for them to do so.

Unfortunately, that tool is slow because svn update seems to artificially
slow itself down, I've straced it and at the end there is a select() that
waits until one second has passed by. I'm guessing there is some sort of
transaction log that doesn't want to be updated more often than that?

Before I waste more time (spent a half hour in the sources this morning
between dealing with kids), is there a flag to turn this off? With it
on it makes SVN appear to be 12x slower than BK and I know it's not that
slow.

Thanks,

--lm
Received on 2010-11-22 01:51:48 CET

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.