From 75bb13092c5c8fdaaa17714ed19e890c7ba9f1c8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmsXDFwEbZ4GK78UuHv21CMXmhujArHSYg" Date: Sun, 12 Aug 2012 23:08:09 +0000 Subject: [PATCH] Add info relative to new g3 branches and the merge of adc in g2/ --- doc/tips/using_gitolite_with_git-annex.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn index 0d89a255be..301e4a063d 100644 --- a/doc/tips/using_gitolite_with_git-annex.mdwn +++ b/doc/tips/using_gitolite_with_git-annex.mdwn @@ -3,6 +3,8 @@ manager. Here's how to add git-annex support to gitolite, so you can `git annex copy` files to a gitolite repository, and `git annex get` files from it. +Warning : The method described here works with gitolite version g2, avaible in the g2 branch on github. There is an experimental support for g3 in the git-annex branch, if you tested it please add some feedback. + A nice feature of using gitolite with git-annex is that users can be given read-only access to a repository, and this allows them to `git annex get` file contents, but not change anything. @@ -30,13 +32,11 @@ Make the ADC directory, and a "ua" subdirectory. mkdir -p /usr/local/lib/gitolite/adc/ua -Install the git-annex-shell ADC into the "ua" subdirectory and make it -executable. +Install the git-annex-shell ADC into the "ua" subdirectory from the gitolie repository.
   
 cd /usr/local/lib/gitolite/adc/ua/
-wget https://raw.github.com/sitaramc/gitolite/pu/contrib/adc/git-annex-shell
-chmod +x git-annex-shell
+cp gitolite/contrib/adc/git-annex-shell .
 
Now all gitolite repositories can be used with git-annex just as any