Very long time to set or retrieve a revision property
From: Emmanuel Blot <manu.blot_at_gmail.com>
Date: 2005-12-06 18:07:49 CET
Hi,
I'm facing an issue with the svn propset/propget command:
I've just created a new repository, which handles less than 100MB of
There are 3 revisions in this repository:
There is no issue checking out files from this repository, nor updated
I then tagged a revision property onto the 2nd revision of the repository:
svn propset revision:import -r 2 --revprop MYPROP http://server/svn/project
It took about 1 minute to complete this operation, which seems far
Server is on the LAN, and is powered by a PIII/1GHz machine, 368MB
The problem is that it takes the same time (~ 1 minute) to retrieve
svn propget revision:import -r 2 --revprop http://server/svn/project
Checking the CPU time on the server, it appears that Apache eats all
I've tried to convert the repository from FSFS to BDB to see if there
Something other (useful ?) info:
svn log -r 2 http://server/svn/project # takes 14 seconds
svn list -R is also very slow.
However, browsing the SVN repository from Apache is really fast, no
What could go wrong ?
Thanks,
---------------------------------------------------------------------
|
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.