summaryrefslogtreecommitdiff
path: root/doc/tips/using_gitolite_with_git-annex
diff options
context:
space:
mode:
authorGravatar http://mildred.fr/ <mildred@web>2013-05-24 12:15:16 +0000
committerGravatar admin <admin@branchable.com>2013-05-24 12:15:16 +0000
commit33c562a20e8e12e4f1653690c3d36c92d3a7f368 (patch)
treeee282ddf03c44cc9b3929084d7c8de2690101b79 /doc/tips/using_gitolite_with_git-annex
parentdb54711477ddd75f17bd019fa4f09e47cc9c3fc6 (diff)
Added a comment: Problems with URL ending with ".git"
Diffstat (limited to 'doc/tips/using_gitolite_with_git-annex')
-rw-r--r--doc/tips/using_gitolite_with_git-annex/comment_11_00715e0b47f09130e0e536e29f7b9258._comment31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex/comment_11_00715e0b47f09130e0e536e29f7b9258._comment b/doc/tips/using_gitolite_with_git-annex/comment_11_00715e0b47f09130e0e536e29f7b9258._comment
new file mode 100644
index 000000000..1fbbd9b8a
--- /dev/null
+++ b/doc/tips/using_gitolite_with_git-annex/comment_11_00715e0b47f09130e0e536e29f7b9258._comment
@@ -0,0 +1,31 @@
+[[!comment format=mdwn
+ username="http://mildred.fr/"
+ nickname="mildred"
+ subject="Problems with URL ending with &quot;.git&quot;"
+ date="2013-05-24T12:15:16Z"
+ content="""
+Hi,
+
+I noticed using the git-annex branch of gitolite v3 that the same URL with \".git\" at the end would not work in git-annex. For example my test repository was `git@git2.mildred.fr:u/mildred/Annex.git` but it didn't work until I converted it to `git@git2.mildred.fr:u/mildred/Annex`
+
+On the server, the repository is in `repositories/u/mildred/Annex.git`
+
+If I try a copy with git-annex for example, I would get:
+
+ $ git annex copy titi --to test
+ copy titi (checking test...) FATAL: u/mildred/Annex.git mildred DENIED
+
+ (unable to check test) failed
+ git-annex: copy: 1 failed
+
+(test is the name of my remote and titi is my file)
+
+Note, in my gitolite conf, I have:
+
+ repo u/CREATOR/[a-zA-Z0-9].*
+ C = @all
+ RW+D = CREATOR
+ RW = WRITERS
+ R = READERS
+
+"""]]