summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-16 10:44:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-16 10:44:52 -0400
commit57197a9e580ab096a7328b73ff5035323618a95f (patch)
treec99286e67a828f62d51dc4da524f97ffa850b359 /doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn
parent212abf89951f548eab244d99b1377965fbd14eac (diff)
parent8c6f573b32deffd265b175aacb66c1d544d643c1 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn')
-rw-r--r--doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn b/doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn
new file mode 100644
index 000000000..4f24117f6
--- /dev/null
+++ b/doc/todo/wishlist:_remove_files_and_symlinks_but_keep_in_remote.mdwn
@@ -0,0 +1,7 @@
+It would be nice to have a way to drop files without leaving broken symlinks around, at least while in direct mode.
+
+Here is my user case. I have a collection of music CDs ripped in FLAC formats. At the same time I convert all these files to MP3 files to that I can use them in various other devices and to save space.
+
+The problem is that if I `git annex drop` the FLAC files once they are converted and copied, they leave broken symlinks around; this result in various annoying error messages in almost all the music playback I tried. At the same time, if I `rm` or `git rm` these symlinks, the content of these files will be removed also from the remotes as they are signalled as no longer wanted.
+
+Couldn't git-annex keep a separate index of files that have been removed but are meant to be kept?