You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Marvin D. Toll" <Ma...@gtcGroup.com> on 2006/09/29 11:47:17 UTC

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.

_Marvin

-----------------------------------------------------------

*** Commit
svn add "C:\projects\w2wip\scripts\cmd\CleanHelpEar.cmd" -N
	A C:\projects\w2wip\scripts\cmd\CleanHelpEar.cmd
svn add "C:\projects\w2wip\scripts\cmd\CopyFile.xml" -N
	A C:\projects\w2wip\scripts\cmd\CopyFile.xml
svn add "C:\projects\w2wip\scripts\cmd\CopyHelpEar.cmd" -N
	A C:\projects\w2wip\scripts\cmd\CopyHelpEar.cmd
svn commit "C:\projects\w2wip\scripts\cmd\CleanDir.xml"
"C:\projects\w2wip\scripts\cmd\CleanFile.xml"
"C:\projects\w2wip\scripts\cmd\CleanHelpEar.cmd"
"C:\projects\w2wip\scripts\cmd\CleanTempDir.cmd"
"C:\projects\w2wip\scripts\cmd\CopyFile.xml"
"C:\projects\w2wip\scripts\cmd\CopyHelpEar.cmd"
"C:\projects\w2wip\scripts\cmd\ImportIntegratedClean.cmd"
"C:\projects\w2wip\scripts\cmd\LogClean.xml"
"C:\projects\w2wip\scripts\cmd\TempClean.cmd"
"C:\projects\w2wip\scripts\cmd\TempClean.xml"
"C:\projects\w2wip\scripts\database\export\ExportIntegrated.bat"
"C:\projects\w2wip\scripts\database\import\03-ImportIntegrated.bat"
"C:\projects\w2wip\scripts\promotion\BuildHelpEar.bat"
"C:\projects\w2wip\scripts\test\ImportRepository.bat"
"C:\projects\w2wip\scripts\test\LoadTest.txt" -N -m "Mature Scripts."
--username "u04274"
	A C:\projects\w2wip\scripts\cmd\CleanDir.xml
	A C:\projects\w2wip\scripts\cmd\CleanFile.xml
	A C:\projects\w2wip\scripts\cmd\CleanHelpEar.cmd
	A C:\projects\w2wip\scripts\cmd\CleanTempDir.cmd
	A C:\projects\w2wip\scripts\cmd\CopyFile.xml
	A C:\projects\w2wip\scripts\cmd\CopyHelpEar.cmd
	M C:\projects\w2wip\scripts\cmd\ImportIntegratedClean.cmd
	D C:\projects\w2wip\scripts\cmd\LogClean.xml
	D C:\projects\w2wip\scripts\cmd\TempClean.cmd
	D C:\projects\w2wip\scripts\cmd\TempClean.xml
	M C:\projects\w2wip\scripts\database\export\ExportIntegrated.bat
	M C:\projects\w2wip\scripts\database\import\03-ImportIntegrated.bat
	M C:\projects\w2wip\scripts\promotion\BuildHelpEar.bat
	M C:\projects\w2wip\scripts\test\ImportRepository.bat
	M C:\projects\w2wip\scripts\test\LoadTest.txt
	  Transmitting file data: C:\projects\w2wip\scripts\cmd\CleanDir.xml
	  Transmitting file data:
C:\projects\w2wip\scripts\cmd\CleanFile.xml
	  Transmitting file data:
C:\projects\w2wip\scripts\cmd\CleanHelpEar.cmd
	  Transmitting file data:
C:\projects\w2wip\scripts\cmd\CleanTempDir.cmd
	  Transmitting file data: C:\projects\w2wip\scripts\cmd\CopyFile.xml
	  Transmitting file data:
C:\projects\w2wip\scripts\cmd\CopyHelpEar.cmd
	  Transmitting file data:
C:\projects\w2wip\scripts\cmd\ImportIntegratedClean.cmd
	  Transmitting file data:
C:\projects\w2wip\scripts\database\export\ExportIntegrated.bat
	  Transmitting file data:
C:\projects\w2wip\scripts\database\import\03-ImportIntegrated.bat
	  Transmitting file data:
C:\projects\w2wip\scripts\promotion\BuildHelpEar.bat
	  Transmitting file data:
C:\projects\w2wip\scripts\test\ImportRepository.bat
	  Transmitting file data:
C:\projects\w2wip\scripts\test\LoadTest.txt
Committed revision 6
*** Ok (took 00:04.578)

---------------------------------------------------------
|  USA Cell: 248.866.4897 (free incoming)
|  Message: 2488664897@messaging.nextel.com
|  Email: MarvinToll@gtcGroup.com
|  Web: http://www.gtcGroup.com
---------------------------------------------------------



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


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

Posted by "Reedick, Andrew" <An...@BellSouth.com>.
> -----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