[darcs-users] experience report from patch-tag (hung push on fork of patch-tag)
Trent W. Buck
trentbuck at gmail.com
Tue Jul 7 02:39:45 UTC 2009
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~
More information about the darcs-users
mailing list