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

Re: [PROPOSAL] Move sleeping for timestamps to libsvn_wc

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2007-03-13 08:26:01 CET

On 3/13/07, C. Michael Pilato <cmpilato@collab.net> wrote:
> Ivan Zhakov wrote:
> > I like this idea. Actually I've never understood why
> > sleep_for_timestamps stuff is in libsvn_client.
>
> I could be wrong, but I think it lives in _client at the moment because we
> wanted to sleep the minimum amount for a given high-level operation. The
> worry was with a single person running 'svn' in a scripted situation, not
> running any-ol-WC-library-consumer. And rather than sleep once per changed
> file, for example, we much preferred to sleep once per update, for example.
>
Michael, thanks for clarification. But I think that wc operations is
general enough to sleep only once for operation. For example in update
we can sleep in close_edit(), instead in sleeping after each file.

-- 
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 13 08:26:13 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.