You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Johan Lindh <jo...@linkdata.se> on 2003/02/08 10:18:31 UTC

Re: svn commit: rev 4783 - trunk/subversion/tests/clients/cmdline/svntest

>> cmpilato@tigris.org writes:
>> > Log:
>> > * subversion/tests/clients/cmdline/svntest/main.py
>> >   (copy_repos, _run_command): Add some performance timers to the
>> >     command-line print output.
>> 
>> I should point out that this is part of a general effort to find out
>> where 'make check' is spending its time.  It takes so long to run the
>> regression tests right now that it's a bit of an impediment to
>> development.  No doubt part of the cause is Subversion itself, and
>> will be solved as we address various performance problems in svn.  But
>> some of the problem may be solved by improving how the test suite
>> runs.
>
>I think you may want to consider the sleep behaviour of the command
>line client.  The svn commands checkout, update, commit, revert and
>some forms of copy, all finish with a one second sleep to ensure we
>can use timestamps to detect changed files.  

Perhaps the commands should store the original time stamp and only
sleep if it's nessecary in order to ensure a different time stamp?
Just my .05

/J



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4783 - trunk/subversion/tests/clients/cmdline/svntest

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
"Johan Lindh" <jo...@linkdata.se> writes:
> Perhaps the commands should store the original time stamp and only
> sleep if it's nessecary in order to ensure a different time stamp?
> Just my .05

That would be ideal, but I don't know how complex it would be to code.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org