You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@hyrumwright.org> on 2009/07/30 13:30:45 UTC

Re: svn commit: r38498 - trunk/tools/dev

On Jul 30, 2009, at 8:22 AM, Hyrum K. Wright wrote:

> Author: hwright
> Date: Thu Jul 30 06:22:14 2009
> New Revision: 38498
>
> Log:
> Add a simple script to count the remaining occurences of  
> adm_access_t and
> svn_wc_entry_t.
>
> ...

For those that are interested, the current output is:

hyrum-wrights-macbook-pro-2:dev Hyrum$ ./count-wc-ng.sh
                 | svn_wc_adm_access_t |      svn_wc_entry_t |     Total
----------------+---------------------+---------------------+-----------
   libsvn_client |                 219 |                 112 |       331
       libsvn_wc |                 384 |                 245 |       629
----------------+---------------------+---------------------+-----------
           Total |                 603 |                 357 |       960

Lots of work still left to do!

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2376945