hwright_at_tigris.org writes:
> Log:
> Update the Security Space survey graph for the past few months.
>
> Even though the data isn't publicly available (they now change a fee for
> access), Security Space has agreed to send us a monthly email with the
> numbers for mod_dav_svn.
This should be on the page, rather than in the log message?
(I fixed s/change/charge/, by the way.  And others commented about the
ProplistCallback.cpp change; I assume when you fix that you'll propedit
this log message again to point to the fix rev.)
All the above notwithstanding: thanks for taking care of this!
-Karl
> * www/svn-dav-securityspace-survey.html,
>   www/images/svn-dav-securityspace-survey.png,
>   tools/dev/graph-dav-servers.py:
>   Update image and table.
>
> Modified:
>    trunk/subversion/bindings/javahl/native/ProplistCallback.cpp
>    trunk/tools/dev/graph-dav-servers.py
>    trunk/www/images/svn-dav-securityspace-survey.png
>    trunk/www/svn-dav-securityspace-survey.html
>
> Modified: trunk/subversion/bindings/javahl/native/ProplistCallback.cpp
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/bindings/javahl/native/ProplistCallback.cpp?pathrev=31570&r1=31569&r2=31570
> ==============================================================================
> --- trunk/subversion/bindings/javahl/native/ProplistCallback.cpp	Tue Jun  3 08:21:44 2008	(r31569)
> +++ trunk/subversion/bindings/javahl/native/ProplistCallback.cpp	Tue Jun  3 09:32:16 2008	(r31570)
> @@ -89,8 +89,7 @@ svn_error_t *ProplistCallback::singlePat
>    if (JNIUtil::isJavaExceptionThrown())
>      return SVN_NO_ERROR;
>  
> -  jobject jmap = NULL;
> -  jmap = makeMapFromHash(prop_hash, pool);
> +  jobject jmap = makeMapFromHash(prop_hash, pool);
>    if (JNIUtil::isJavaExceptionThrown())
>      return SVN_NO_ERROR;
>  
>
> Modified: trunk/tools/dev/graph-dav-servers.py
> URL: http://svn.collab.net/viewvc/svn/trunk/tools/dev/graph-dav-servers.py?pathrev=31570&r1=31569&r2=31570
> ==============================================================================
> --- trunk/tools/dev/graph-dav-servers.py	Tue Jun  3 08:21:44 2008	(r31569)
> +++ trunk/tools/dev/graph-dav-servers.py	Tue Jun  3 09:32:16 2008	(r31570)
> @@ -84,7 +84,11 @@ STATS = """1/1/2003       70
>  11/1/2007             180831
>  12/1/2007             187093
>  1/1/2008              199432
> -2/1/2008              221547"""
> +2/1/2008              221547
> +3/1/2008              240794
> +4/1/2008              255520
> +5/1/2008              269478
> +6/1/2008              286614"""
>  
>  
>  def get_date(raw_date):
>
> Modified: trunk/www/images/svn-dav-securityspace-survey.png
> URL: http://svn.collab.net/viewvc/svn/trunk/www/images/svn-dav-securityspace-survey.png?pathrev=31570&r1=31569&r2=31570
> ==============================================================================
> Binary file (source and/or target). No diff available.
>
> Modified: trunk/www/svn-dav-securityspace-survey.html
> URL: http://svn.collab.net/viewvc/svn/trunk/www/svn-dav-securityspace-survey.html?pathrev=31570&r1=31569&r2=31570
> ==============================================================================
> --- trunk/www/svn-dav-securityspace-survey.html	Tue Jun  3 08:21:44 2008	(r31569)
> +++ trunk/www/svn-dav-securityspace-survey.html	Tue Jun  3 09:32:16 2008	(r31570)
> @@ -36,12 +36,16 @@ script. -->
>  <img src="images/svn-dav-securityspace-survey.png" alt="" />
>  
>  <p>This information is taken from the <a
> -href="http://www.securityspace.com/s_survey/data/man.200801/apachemods.html?mod=U1ZO"
> +href="http://www.securityspace.com/s_survey/data/man.200805/apachemods.html?mod=U1ZO"
>  >Security Space Apache Modules Survey</a>.  Thanks Security Space!</p>
>  
>  <table style="margin-left: auto; margin-right: auto;" border="0"
>    cellpadding="5" cellspacing="0">
>    <tr><th>Date</th><th># Servers</th></tr>
> +  <tr><td>June 2008</td><td style="text-align: right">286,614</td></tr>
> +  <tr><td>May 2008</td><td style="text-align: right">269,478</td></tr>
> +  <tr><td>April 2008</td><td style="text-align: right">255,520</td></tr>
> +  <tr><td>March 2008</td><td style="text-align: right">240,794</td></tr>
>    <tr><td>February 2008</td><td style="text-align: right">221,547</td></tr>
>    <tr><td>January 2008</td><td style="text-align: right">199,432</td></tr>
>    <tr><td>December 2007</td><td style="text-align: right">187,093</td></tr>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-04 02:36:23 CEST