diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmsXDFwEbZ4GK78UuHv21CMXmhujArHSYg <Olivier@web> | 2012-08-12 23:08:09 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-12 23:08:09 +0000 |
commit | 75bb13092c5c8fdaaa17714ed19e890c7ba9f1c8 (patch) | |
tree | c9ff1d26eed08574a3f745e131375dab0a09cc20 /doc/tips | |
parent | fb29916e483f528d914e3ef9c73b23210dbf4a45 (diff) |
Add info relative to new g3 branches and the merge of adc in g2/
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_gitolite_with_git-annex.mdwn | 8 |
1 files 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 0d89a255b..301e4a063 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 </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 |