diff --git a/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin/comment_1_b201c92969d0ffdac2c6b738d4abae55._comment b/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin/comment_1_b201c92969d0ffdac2c6b738d4abae55._comment new file mode 100644 index 0000000000..640460a0bf --- /dev/null +++ b/doc/bugs/prebuild_tarball_breaks_on_symlinking_sig-annex_to_bin/comment_1_b201c92969d0ffdac2c6b738d4abae55._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="git-annex.branchable.com@07c0f8919010cc703ae7eea746d9b494c153291f" + nickname="git-annex.branchable.com" + avatar="http://cdn.libravatar.org/avatar/c5379a3fe2188b7571858c49f9db63c6" + subject="this one is invalid" + date="2018-06-16T09:48:53Z" + content=""" +i retested a few times, and the actual tool i should have used is a link to the git-annex script in the root + +sorry for the noise +"""]] diff --git a/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment b/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment new file mode 100644 index 0000000000..87faebd6c2 --- /dev/null +++ b/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="andrew" + avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435" + subject="comment 8" + date="2018-06-15T15:59:04Z" + content=""" +Oh, Awesome, thanks! Great find. I'll write out some of the things I have tried: + +Create a text file called `hi.txt` from Termux in `/data/data/com.termux/files/home` AKA `$HOME`. Launch `Turbo Editor` enable `Use the Storage Access Framework` in Preferences menu. Click `Open a file` | `Open from` `Termux`, click `hi.txt`, edit file, save. Now I can see changes in Termux. Nice. + +From Termux create a new soft link, `cd`, `ln -s hi.txt hilink.txt`, then in Turbo Editor I can see both files, I can edit and save either, and see changes correctly in Termux. + +I wasn't able to find the Termux `$HOME` folder in any File Manager I tried, nor any Gallery App. + + + + +"""]] diff --git a/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn b/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn new file mode 100644 index 0000000000..98ddef9f56 --- /dev/null +++ b/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn @@ -0,0 +1,3 @@ +If git-tracked files are removed from the remote, they don't get synced over after a "git annex fsck" and "git annex export". + +Is there some way that they could make it to the remote? I'm imagining an rsync-like behavior to copy over files that have different time stamps or file sizes. Would such a feature be welcome in git annex?