diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 14:37:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 14:37:19 -0400 |
commit | e8267f1b9e99cce79209eb2f47fce02d52d60b56 (patch) | |
tree | 90cdaf157f634820bc2351d73a23c8e762ef60ae /doc/bugs/free_space_checking.mdwn | |
parent | f3c5a8543b2793f507b4a4801315d1f333e758cc (diff) |
add doc wiki
Diffstat (limited to 'doc/bugs/free_space_checking.mdwn')
-rw-r--r-- | doc/bugs/free_space_checking.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/free_space_checking.mdwn b/doc/bugs/free_space_checking.mdwn new file mode 100644 index 000000000..34528a7b3 --- /dev/null +++ b/doc/bugs/free_space_checking.mdwn @@ -0,0 +1,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. |