]> source.dussan.org Git - jgit.git/commitdiff
Explain in error message how to recover from lock failure 52/93452/3
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 20 Mar 2017 19:48:49 +0000 (20:48 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 22 Mar 2017 22:17:01 +0000 (18:17 -0400)
Bug: 483897
Change-Id: I70f8d9c82c1efe2928f072a2fb69461160f7c5f7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

index b659c015bb5e9f0191f060d322d79cc3d6d7dfcf..4ac399f9ec0e39b1075fec9ea1b4e1c28f07f75e 100644 (file)
@@ -77,7 +77,7 @@ cannotGetObjectsPath=Cannot get {0}/{1}: {2}
 cannotListObjectsPath=Cannot ls {0}/{1}: {2}
 cannotListPackPath=Cannot ls {0}/pack: {1}
 cannotListRefs=cannot list refs
-cannotLock=Cannot lock {0}
+cannotLock=Cannot lock {0}. Ensure that no other process has an open file handle on the lock file {0}.lock, then you may delete the lock file and retry.
 cannotLockPackIn=Cannot lock pack in {0}
 cannotMatchOnEmptyString=Cannot match on empty string.
 cannotMkdirObjectPath=Cannot mkdir {0}/{1}: {2}