gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: implicit discussion


From: Robin Farine
Subject: Re: [Gnu-arch-users] Re: implicit discussion
Date: Fri, 16 Apr 2004 10:38:52 +0200
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

Martin Pool wrote:

kate linux% df -T . Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3     ext3    20158332   5250564  13883768  28% /home

kate linux% tla get --no-pristine linus--release--2.6.5 2.6.5-check
* from revision library: address@hidden/linus--release--2.6.5--version-0
* tree version set address@hidden/linus--release--2.6.5

kate linux% df -T . Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3     ext3    20158332   5476816  13657516  29% /home

kate linux% cd 2.6.5-check kate 2.6.5-check% tla inventory --source|xargs tla add

kate 2.6.5-check% df -T . Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3     ext3    20158332   5545728  13588604  29% /home


(It might be interesting to try this on reiserfs, but I don't have one
handy.)

$ df -T .
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/lvg1/space
         reiserfs    20970876  11583140   9387736  56% /space

$ tla get linux--linus--2.6--patch-4 linux-2.6.4

$ df -T .
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/lvg1/space
         reiserfs    20970876  11782840   9188036  57% /space

$ cd linux-2.6.4/

$ tla inventory --both --source | xargs tla add

$ df -T .
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/lvg1/space
         reiserfs    20970876  11787316   9183560  57% /space


Thus, on reiserfs, a linux-2.6.4 source tree uses 199700KB, explicit tags add 4476KB which represents 2.24% of the source tree.

Robin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]