From d78cb5e5cc6f0de5b0e6da37c6efd967466cbe4a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 Jun 2022 12:35:08 -0400 Subject: [PATCH] comment and retitle --- ...me_of_file_on_windows_breaks_original.mdwn | 2 ++ ..._c6e8e3e76185b6ca25067c2a7e5cd8fc._comment | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 doc/bugs/copy+rename_of_file_on_windows_breaks_original/comment_1_c6e8e3e76185b6ca25067c2a7e5cd8fc._comment diff --git a/doc/bugs/copy+rename_of_file_on_windows_breaks_original.mdwn b/doc/bugs/copy+rename_of_file_on_windows_breaks_original.mdwn index e4d8c5d7c8..7dbede3634 100644 --- a/doc/bugs/copy+rename_of_file_on_windows_breaks_original.mdwn +++ b/doc/bugs/copy+rename_of_file_on_windows_breaks_original.mdwn @@ -44,3 +44,5 @@ Test image used in this bug report: https://wallpapercave.com/wp/wp8215486.jpg ### 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) I'm really loving git-annex. I've been reading up and I'm more than halfway through the devlog and I'm hoping to use git-annex for a lot and a long while. Mostly, I'm expecting to use it on Linux systems, but I'd love to be able to rely on it on my (Windows) work laptop as well. Thanks for looking at my report! + +[[!meta title="assistant on windows misses copy+rename of file"]] diff --git a/doc/bugs/copy+rename_of_file_on_windows_breaks_original/comment_1_c6e8e3e76185b6ca25067c2a7e5cd8fc._comment b/doc/bugs/copy+rename_of_file_on_windows_breaks_original/comment_1_c6e8e3e76185b6ca25067c2a7e5cd8fc._comment new file mode 100644 index 0000000000..4c25df1a09 --- /dev/null +++ b/doc/bugs/copy+rename_of_file_on_windows_breaks_original/comment_1_c6e8e3e76185b6ca25067c2a7e5cd8fc._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-06-28T16:29:03Z" + content=""" +Well, this appears to be a case where the assistant somehow misses the +rename of the file, so it has not gotten around to annexing it. + +You can get the same error message when not using the assistant, eg: + + # touch foo + # git-annex info foo + fatal: Not a valid object name foo + info foo (not a directory or an annexed file or a treeish or a remote or a uuid) failed + +I guess that `git-annex add` would resolve your problem. +The assistant should also notice the file the next time it starts up, +and add it the same as it would any new file. +"""]] -- 2.30.2