From 7c663801634c3a05acb938b3709dc69bb4acd9c9 Mon Sep 17 00:00:00 2001 From: gschnabel Date: Fri, 30 Oct 2020 08:13:25 +0000 Subject: [PATCH] git-annex-view fails because of "another git process running" --- doc/bugs/view.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/bugs/view.mdwn b/doc/bugs/view.mdwn index 7833f52b1f..4dcbf82d58 100644 --- a/doc/bugs/view.mdwn +++ b/doc/bugs/view.mdwn @@ -20,7 +20,7 @@ git commit -m 'initial commit' git annex metadata -s test=test1 test1 git annex metadata -s test=test2 test2 git annex view test=test1 -""" +"""]] Note: The problem does not appear with git-annex version 7.20190819+git2-g908476a9b-1~ndall+1 but it appears with 8.20201007-g903b2f1. @@ -43,9 +43,10 @@ local repository version: 8 ``` - ### Please provide any additional information below. +Here is the complete error message: + [[!format sh """ view (searching...) fatal: Unable to create '/tmp/mytmp/.git/annex/viewindex.lock': File exists.