Add info relative to new g3 branches and the merge of adc in g2/

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmsXDFwEbZ4GK78UuHv21CMXmhujArHSYg 2012-08-12 23:08:09 +00:00 committed by admin
parent fb29916e48
commit 75bb13092c

View file

@ -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
</pre>
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.
<pre>
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 .
</pre>
Now all gitolite repositories can be used with git-annex just as any