split TODO
This commit is contained in:
parent
7bc4435ffd
commit
05539c773e
9 changed files with 15 additions and 23 deletions
21
TODO
21
TODO
|
@ -1,21 +0,0 @@
|
||||||
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
|
|
||||||
git-ls-files also refuses w/o --full-name, which would need other changes)
|
|
||||||
|
|
||||||
* --push/--pull should take a reponame and files, and push those files
|
|
||||||
to that repo; dropping them from the current repo
|
|
||||||
|
|
||||||
* how to handle git mv file? -> git annex fix -> run automatically on commit
|
|
||||||
|
|
||||||
* how to handle git rm file? (should try to drop keys that have no
|
|
||||||
referring file, if it seems safe..)
|
|
||||||
|
|
||||||
* add a git annex fsck that finds keys that have no referring file
|
|
||||||
|
|
||||||
* Support for remote git repositories (ssh:// specifically can be made to
|
|
||||||
work, although the other end probably needs to have git-annex installed..)
|
|
||||||
|
|
||||||
* 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?
|
|
||||||
|
|
||||||
* finish BackendChecksum
|
|
3
debian/docs
vendored
3
debian/docs
vendored
|
@ -1,2 +1 @@
|
||||||
doc/*.mdwn
|
html
|
||||||
TODO
|
|
||||||
|
|
1
doc/bugs/backendchecksum.mdwn
Normal file
1
doc/bugs/backendchecksum.mdwn
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This backend is not finished.
|
2
doc/bugs/dotdot_problem.mdwn
Normal file
2
doc/bugs/dotdot_problem.mdwn
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
cannot "git annex ../foo" (GitRepo.relative is buggy and
|
||||||
|
git-ls-files also refuses w/o --full-name, which would need other changes)
|
3
doc/bugs/file_copy_progress_bar.mdwn
Normal file
3
doc/bugs/file_copy_progress_bar.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
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?
|
1
doc/bugs/fsck.mdwn
Normal file
1
doc/bugs/fsck.mdwn
Normal file
|
@ -0,0 +1 @@
|
||||||
|
add a git annex fsck that finds keys that have no referring file
|
2
doc/bugs/gitrm.mdwn
Normal file
2
doc/bugs/gitrm.mdwn
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
how to handle git rm file? (should try to drop keys that have no
|
||||||
|
referring file, if it seems safe..)
|
3
doc/bugs/network_remotes.mdwn
Normal file
3
doc/bugs/network_remotes.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Support for remote git repositories (ssh:// specifically can be made to
|
||||||
|
work, although the other end probably needs to have git-annex
|
||||||
|
installed..)
|
2
doc/bugs/pushpull.mdwn
Normal file
2
doc/bugs/pushpull.mdwn
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
--push/--pull should take a reponame and files, and push those files
|
||||||
|
to that repo; dropping them from the current repo
|
Loading…
Reference in a new issue