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

RE: Large Project Performance Testing : Suggestion for Elapsed Time Feedback

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-29 17:08:02 CEST

> -----Original Message-----
> From: Marvin D. Toll [mailto:MarvinToll@gtcGroup.com]
> Sent: Friday, September 29, 2006 7:47 AM
> To: users@subversion.tigris.org
> Subject: Large Project Performance Testing : Suggestion for
> Elapsed Time Feedback
>
>
> Mark,
>
> One of the nuances appreciated with Subversive is the "*** Ok (took
> 00:04.578)" - perhaps it seems like a minor feature however,
> it is a help
> when comparing the two products - or (more typically and importantly)
> setting expectations within a team for performance.
> (Subversive listing
> follows.)
>
> In addition, I appreciate the additional verbosity - although this is
> readily admitted to be a matter of style.
>

Install Cygwin and use 'time' to time how long a command takes to run:

$ time svn co svn://server/test/trunk/test2
A test2\trunk
A test2\trunk\foo.java
A test2\branch
A test2\branch\foo.java
Checked out revision 220.

real 0m0.453s
user 0m0.015s
sys 0m0.015s

It's not clear as to what you mean by additional verbosity.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 29 17:09:26 2006

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.