[darcs-users] experience report from patch-tag (hung push on fork of patch-tag)

Thomas Hartman tphyahoo at gmail.com
Wed Jul 8 01:16:28 UTC 2009


inventories doesn't seem too bad, most space is taken by _darcs/patches

thartman at ubuntu:~/patch-tag-dev>du -mx _darcs | sort -rn | head -n20
29	_darcs
26	_darcs/patches
3	_darcs/pristine.hashed
1	_darcs/prefs
1	_darcs/inventories


2009/7/6 Trent W. Buck <trentbuck at gmail.com>:
> Thomas Hartman <thomashartman1 at googlemail.com> writes:
>
>> thartman at patch-tag:~/patch-tag>du -hs _darcs/
>> 31M   _darcs/
>>
>> and, this was about 700 commits.
>
> Is most of that in _darcs/inventories?  du -mx | sort -nr will tell you.
> If so, it's because "darcs record" creates a new inventory each time,
> and the only way to remove stale ones is with a get dance (untested):
>
>    darcs get foo foo~
>    rm -rf foo/_darcs/inventories
>    mv foo~/_darcs/inventories foo/_darcs
>    rm -rf foo~
>
> _______________________________________________
> darcs-users mailing list
> darcs-users at darcs.net
> http://lists.osuosl.org/mailman/listinfo/darcs-users
>


More information about the darcs-users mailing list