Philip Martin <philip@codematters.co.uk> writes:
> Removing README.txt is mostly cosmetic. It causes no load for most
> Subversion operations, obviously there is a small (quite possibly
> insignificant) load on checkout/remove. There is also a small load on
> any other applications that traverse the working copy. Removing
> README.txt gives a 1% reduction in disk usage on Subversion trunk
>
> $ du -ks ../svn
> 68102 ../svn
> $ find ../svn -name README.txt | xargs rm
> 67430 ../svn
> $ echo 67430/68102*100 | bc -l
> 99.01324483862441631600
Okay. Since its presence is entirely cosmetic in the first place,
mark me down as +/- 0 on the change :-).
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 5 23:47:38 2004