[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-12-17 08:36:12 CET

On Thursday 15 December 2005 11:07, Emmanuel Blot wrote:
> Hi,
>
> Any help on this topic ?
> I do not understand the issue (except it does seem related to the
> number of files tied to a revision), but there's something really
> weird:
>
> It takes about 1 minute to retrieve the property of this revision from
> the command line (svn propget), BUT it takes less than one second to
> retrieve the same property from a Python script using the SWIG
> bindings (fs.svn_fs_revision_prop), using the same client and the same
> server.
>
> Is there any known flaw on this topic with the svn CLI client ?

No, there is no known problem with this. In fact, the python bindings are
going through the exact same interface the client is (at least to fetch the
property). The only thing I could see being the problem might be some extra
WC-related things going on. Have you tried running an strace on the command?
Perhaps that might shed more light on the problem.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 17 08:38:03 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.