aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/using_gitolite_with_git-annex
diff options
context:
space:
mode:
authorGravatar git-annex@5b470e1f6ed6d30997d729f0a8b1c841dea886f1 <git-annex@web>2016-09-28 18:12:56 +0000
committerGravatar admin <admin@branchable.com>2016-09-28 18:12:56 +0000
commitf3493af0b2f7577d71cd4859fc5e4b490b0a8e81 (patch)
tree8fc6dcdd2aee10be12be39fa9ac5e3be9aef32ec /doc/tips/using_gitolite_with_git-annex
parent7543b761d18cf225f32d1c594cc0c35ee34b9264 (diff)
Added a comment: Using gitolite 3.6.6 mirror not working with annex
Diffstat (limited to 'doc/tips/using_gitolite_with_git-annex')
-rw-r--r--doc/tips/using_gitolite_with_git-annex/comment_24_a62f59295b3912dc38def5e493bdb55a._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex/comment_24_a62f59295b3912dc38def5e493bdb55a._comment b/doc/tips/using_gitolite_with_git-annex/comment_24_a62f59295b3912dc38def5e493bdb55a._comment
new file mode 100644
index 000000000..c6e4c02f1
--- /dev/null
+++ b/doc/tips/using_gitolite_with_git-annex/comment_24_a62f59295b3912dc38def5e493bdb55a._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="git-annex@5b470e1f6ed6d30997d729f0a8b1c841dea886f1"
+ nickname="git-annex"
+ subject="Using gitolite 3.6.6 mirror not working with annex"
+ date="2016-09-28T18:12:56Z"
+ content="""
+I find out that I need to add the following lines to the gitolite.rc
+in the server side.
+
+'git-annex-shell ua'
+
+The signal repository works with gitolite as expected.
+However, the mirroring feature is not working for slaves.
+When I do
+
+git annex copy --to origin
+
+The master server store the annex file correctly.
+The file managed by annex is not syncing to the slave
+mirrors at all.
+
+
+"""]]