From aa91792d4192503a71fa83ae1446c0c5f1035752 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 4 Mar 2020 21:34:42 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_2_96f1138462fecac628751d872e2ceb9e._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__/comment_2_96f1138462fecac628751d872e2ceb9e._comment diff --git a/doc/todo/restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__/comment_2_96f1138462fecac628751d872e2ceb9e._comment b/doc/todo/restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__/comment_2_96f1138462fecac628751d872e2ceb9e._comment new file mode 100644 index 0000000000..0520b4eaf3 --- /dev/null +++ b/doc/todo/restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__/comment_2_96f1138462fecac628751d872e2ceb9e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="comment 2" + date="2020-03-04T21:34:42Z" + content=""" +\"Is this causing something not to work for you?\" -- not so far, it just occurred to me that this could potentially cause problems. +"""]] From 4e8fe3d311b697893c237c0486f811abeef26a47 Mon Sep 17 00:00:00 2001 From: "titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16" Date: Thu, 5 Mar 2020 01:01:30 +0000 Subject: [PATCH 2/2] --- ...n_Android___47___Termux_not_permitted.mdwn | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/bugs/Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted.mdwn diff --git a/doc/bugs/Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted.mdwn b/doc/bugs/Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted.mdwn new file mode 100644 index 0000000000..35df2824d8 --- /dev/null +++ b/doc/bugs/Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted.mdwn @@ -0,0 +1,38 @@ +### Please describe the problem. + +Hello!
+ +     I am running `Termux` on a `Huawei P20` running `Android 9.x`; when syncing content, I seem to keep getting this on most / all annexed objects: + +```bash +/data/data/com.termux/files/home/git-annex.linux/shimmed/cp/cp: preserving times for '.git/annex/othertmp/*': Operation not permitted +``` + +where `*` is replaced by whatever object is in the folder. I don't know if this is a permissions issue or not, but it is kind of annoying, and takes time from the sync process itself.
+ +     Is there any way to change the shimmed `cp` to ignore times?
+ +     Thank you kindly for the help! + + +### What steps will reproduce the problem? + +     Simply adding or syncing content in a git annex repository in Termux on Android. + +### What version of git-annex are you using? On what operating system? + +     `Version 8.20200227-ge156a2b74` + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +This is a bloody awesome project, and while I've just started using it, I'm eagre to learn more! Thank you kindly for the all the work put into this!