diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-20 20:48:49 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-22 18:17:01 -0400 |
commit | 61f830d3a27f7eb9364bd3aff42c7a7d372162a7 (patch) | |
tree | f802388f57e6382b5978e49e651f9b23087c59f0 | |
parent | 3df4e37276648ac9b9db7c2d9db4c0d28b179861 (diff) | |
download | jgit-61f830d3a27f7eb9364bd3aff42c7a7d372162a7.tar.gz jgit-61f830d3a27f7eb9364bd3aff42c7a7d372162a7.zip |
Explain in error message how to recover from lock failure
Bug: 483897
Change-Id: I70f8d9c82c1efe2928f072a2fb69461160f7c5f7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index b659c015bb..4ac399f9ec 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -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} |