Thomas Hartman <[email protected]> writes:

> thart...@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
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to