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

Re: Very long time to set or retrieve a revision property

From: Emmanuel Blot <manu.blot_at_gmail.com>
Date: 2005-12-23 15:20:55 CET

Ok, looking at the strace results, the problem seems to be Apache-related:

write(3, "PROPFIND /svn/osdvideo HTTP/1.1\r"..., 300) = 300
write(3, "<?xml version=\"1.0\" encoding=\"ut"..., 300) = 300
select(4, [3], NULL, NULL, {3600, 0}) = 1 (in [3], left {3600, 0})
read(3, "HTTP/1.1 207 Multi-Status\r\nDate:"..., 4096) = 954
write(3, "PROPFIND /svn/osdvideo/!svn/vcc/"..., 300) = 300
write(3, "<?xml version=\"1.0\" encoding=\"ut"..., 82) = 82
select(4, [3], NULL, NULL, {3600, 0}
) = 1 (in [3], left {3536, 653000})
read(3, "HTTP/1.1 207 Multi-Status\r\nDate:"..., 4096) = 1828

"Select" seems to wait for 24 seconds until the server replies with
the actual property value.
Using local access - from a Python script, which read the revision
property file through the fs.svn_fs_revision_prop(fsp, revision,
property, pool) call -, there's no delay at all. There's no delay
either accessing the repository through svnserve.

The webserver shows no trouble but this very one regarding the properties.

Is there any known trouble with Apache2 on this topic ?

Thanks,
Emmanuel.

On 12/17/05, Emmanuel Blot <manu.blot@gmail.com> wrote:
> > WC-related things going on. Have you tried running an strace on the command?
> > Perhaps that might shed more light on the problem.
>
> No, but I definitely will (on Monday).
> I dumped into the same issue running the Cygwin svn command from a
> remote Windows XP host, but also with the svn command on the same
> machine (Linux) that runs the Apache/SVN server.
>
> Cheers,
> Manu
>

--
Manu
--
Manu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 02:45:10 2005

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.