svnadmin taking a break?
From: Carsten Heyl <cal_at_pixelboxx.de>
Date: Wed, 28 Oct 2009 09:31:25 +0100
Hi subversion users and supporters!
First a big thanks to the subversion team!
Currently I test converting a cvs repository to svn.
Than I took svnadmin to load the dumpfile into a new repository
svnadmin create --fs-type fsfs svnroot
System: Linux 2.6.22.19-0.2-bigsmp (opensuse 10.3), xfs filesystem
I expected the svnadmin to be either busy or waiting for io but most of
A short strace shows that reading from stdin is done "by byte":
read(0, "K", 1) = 1
read(0, " ", 1) = 1
read(0, "1", 1) = 1
read(0, "3", 1) = 1
read(0, "\n", 1) = 1
read(0, "svn:mime-type", 13) = 13
read(0, "\n", 1) = 1
read(0, "V", 1) = 1
read(0, " ", 1) = 1
read(0, "2", 1) = 1
read(0, "4", 1) = 1
read(0, "\n", 1) = 1
read(0, "application/octet-stream", 24) = 24
read(0, "\n", 1) = 1
That may be a problem.
Doing a strace -c on svnadmin running for a few minutes (!) gave:
% time seconds usecs/call calls errors syscall
So that does not point to read.
Where does svnadmin spend it's time?
Greetings,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.