git-annex/TODO

22 lines
730 B
Text
Raw Normal View History

2010-10-16 19:23:03 +00:00
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
git-ls-files also refuses w/o --full-name, which would need other changes)
2010-10-14 18:14:19 +00:00
* --push/--pull/--want
2010-10-11 20:35:28 +00:00
2010-10-13 05:53:16 +00:00
* how to handle git mv file?
2010-10-16 23:43:32 +00:00
* how to handle git rm file? (should try to drop keys that have no
referring file, if it seems safe..)
2010-10-16 21:08:08 +00:00
* Support for remote git repositories (ssh:// specifically can be made to
work, although the other end probably needs to have git-annex installed..)
2010-10-16 21:44:59 +00:00
* Copy files atomically, don't leaf a partial key on interrupt.
(Fix for URL download too..)
2010-10-16 21:15:58 +00:00
* Find a way to copy a file with a progress bar, while still preserving
stat. Easiest way might be to use pv and fix up the permissions etc
after?
2010-10-13 05:53:16 +00:00
* finish BackendChecksum