diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2011-05-27 10:46:02 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2011-06-09 17:29:46 -0700 |
commit | 1a87a725be28cb33f370bb62db69ae672a64c56b (patch) | |
tree | 6b176f94d16c0c7a8f9afb56a316b0f7f2ed0289 /org.eclipse.jgit/resources | |
parent | 0ab7be9681912ef5d11fe10af1f7536c2feaa662 (diff) | |
download | jgit-1a87a725be28cb33f370bb62db69ae672a64c56b.tar.gz jgit-1a87a725be28cb33f370bb62db69ae672a64c56b.zip |
Report progress while updating references
If a fetch or push needs to apply more than a few references
to the local repository it may take more than 0.25 seconds to
process all of the updates. This is especially true in the DHT
storage system during an initial push of a project with many tags.
The backend database may need to use a transaction to ensure each
tag reference creation is unique, and there may be large delays
caused by these transactions.
Change-Id: Ib11a077adfbd525253e425d327f2e2c2380804c7
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 5a40edd7dc..165ad9d401 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -470,6 +470,7 @@ unsupportedEncryptionVersion=Unsupported encryption version: {0} unsupportedOperationNotAddAtEnd=Not add-at-end: {0} unsupportedPackIndexVersion=Unsupported pack index version {0} unsupportedPackVersion=Unsupported pack version {0}. +updatingReferences=Updating references updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate.update() was {2} uriNotFound={0} not found userConfigFileInvalid=User config file {0} invalid {1} |