A du equivalent for use on a Git repository managed by GVFS

60 Views Asked by At

I am researching into using GVFS

One thing I noticed right away - do not run the du tool from sysinternals on such a repo - it will take ages to complete.

I suppose it has to do with how the file size is obtained when GVFS is at play. So, my question is - if I still want to be able to compute the real size of a folder within such a repo (or the repo itself) - how do I do it sanely?

0

There are 0 best solutions below