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

Re: [PATCH] Remove .svn/README.txt

From: <kfogel_at_collab.net>
Date: 2004-11-05 21:53:03 CET

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

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

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