in reply to Re^2: Perl Data Transfer Rate
in thread Perl Data Transfer Rate

Well, I'm fairly confident that you don't have a single 1.5Gb file of source code, so you may want to reconsider the usefulness of putting that file in any kind of source control system.

FTR: adding large blobs into SVN will give you similar results.

Replies are listed 'Best First'.
Re^4: Perl Data Transfer Rate
by Mr. Muskrat (Canon) on Nov 19, 2008 at 18:30 UTC
    It's a tarball of third party software. I agree with you however the powers that be want even third party software to be revision controlled.
Re^4: Perl Data Transfer Rate
by Anonymous Monk on Nov 20, 2008 at 18:52 UTC
    The time I am trying to calculate is to fix some major performance issues on project migrations. So I need to calculate the list of files on checkout and the time they took and kb/sec. Still trying to find a light there. I know Tortoise SVN gives this after the checkout or export is done. I am not able to get it through any of the solutions mentioned above in my script.