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