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

Re: Nightly Builds move permanent?

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2006-12-20 08:35:25 CET

On Tuesday 19 December 2006 20:07, Stefan Küng wrote:
> Updated those files in revision 8348.
[...]
> Done.
[...]
> Done.

Thanks!

> > btw, can we please have some statistics for number of downloads on
> > http://nightlybuilds.tortoisesvn.net/. Im sure we have full access to
> > the logs now. It would be nice to know how often the nightly builds and
> > how often the stable 1.4.x builds are being downloaded.
>
> If you know a tool which can parse the apache log files to show the
> number of downloads of a certain file-type (*.msi), let me know.

Simple solution:
Filter all lines containing msi:
grep --perl-regexp "\/1.4.x\/.*\.msi" apache.log > apache-msi-1.4.x.log
grep --perl-regexp "\/latest\/.*\.msi" apache.log > apache-msi-latest.log

The regular expression is not tested but I'm sure you get the idea. The
windows port of the unix tool grep can be found here:
http://unxutils.sourceforge.net/
There is no installation necessary and the grep.exe file can be extracted
from the zip file.

And then use a simple version of a webalizer configuration file to only show
the daily statistics for the two log files.

Tobias

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 20 08:36:10 2006

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

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