From a3a6f0f424ce07cab80ecbf9406bbf994469b81c Mon Sep 17 00:00:00 2001 From: jwrauch Date: Wed, 10 Mar 2021 21:25:59 +0000 Subject: [PATCH 1/2] --- doc/forum/git_annex_view_tags_failing.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/git_annex_view_tags_failing.mdwn diff --git a/doc/forum/git_annex_view_tags_failing.mdwn b/doc/forum/git_annex_view_tags_failing.mdwn new file mode 100644 index 0000000000..044957f497 --- /dev/null +++ b/doc/forum/git_annex_view_tags_failing.mdwn @@ -0,0 +1,16 @@ +I'm on a windows 10 machine and not using wls. I'm sorting through some photos and tagging them with people, but when I attempt to view my tags I can't. Below is the command and output. I tried searching around a bit, but I'm not entirely sure where to start. On my last commit I didn't open an editor, I used the -m flag, and I've checked Task Manager and except for the Git-Bash terminal, I don't see any git processes running. I'm not familiar enough with the internals of git or git annex to understand where it could be going wrong and would really appreciate some help. Thanks. + + $ git annex view tags=* + view (searching...) fatal: Unable to create 'D:\projects\2020-philippines\.git\annex\viewindex.lock': File exists. + + Another git process seems to be running in this repository, e.g. + an editor opened by 'git commit'. Please make sure all processes + are terminated then try again. If it still fails, a git process + may have crashed in this repository earlier: + remove the file manually to continue. + + git-annex: failed to read sha from git write-tree + CallStack (from HasCallStack): + error, called at .\Git\Sha.hs:23:15 in main:Git.Sha + failed + git-annex: view: 1 failed From a637b8eb6b0d5da3460ca2e2e0a42cad6f2e660d Mon Sep 17 00:00:00 2001 From: meribold Date: Thu, 11 Mar 2021 02:52:34 +0000 Subject: [PATCH 2/2] Added a comment --- .../comment_12_573e68def90ffd899271c6a9f80eae3c._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment diff --git a/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment b/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment new file mode 100644 index 0000000000..cf535d7c1b --- /dev/null +++ b/doc/git-annex-unused/comment_12_573e68def90ffd899271c6a9f80eae3c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="meribold" + avatar="http://cdn.libravatar.org/avatar/8cfdfc37c8459a7320aa6bb9f2689112" + subject="comment 12" + date="2021-03-11T02:52:32Z" + content=""" +Is it possible to only list files that are not present in any branch/tag/ref and are *also* not present in any ancestor commit of any branch/tag/ref? +"""]]