blob: 34528a7b3539f99dbd53cccf28fcde71b3d68129 (
plain)
1
2
3
4
5
6
7
8
|
Should check that there is enough free space before trying to copy a
file around.
* Need a way to tell how much free space is available on the disk containing
a given repository.
* And, need a way to tell the size of a file before copying it from
a remote, to check local disk space.
|