summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 17:06:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 17:06:42 -0400
commit38a054b2230984e2b51776eaf6561647e40bc53b (patch)
treed9a491ebf5200796ed7a401f8340fb7c2b09d5e0
parente94a3e5a9faf7f6795eaf8d31576884e3b34f143 (diff)
parent5e5d38cbc15f78b4f118c6e0e0182bc5c4c78da2 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/tips/shared_git_annex_directory_between_multiple_users.mdwn2
-rw-r--r--doc/tips/shared_git_annex_directory_between_multiple_users/comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment7
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn b/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn
index 5ca3b45ec..45c622aa7 100644
--- a/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn
+++ b/doc/tips/shared_git_annex_directory_between_multiple_users.mdwn
@@ -11,7 +11,7 @@ Setup a shared git repository:
git init shared ; cd shared # you can also do this on an existing git annex repo
git config core.sharedrepository group
chmod g+rwX -R .
- chown -R :media .
+ chgrp -R $group .
The idea here is to use the new (since [[news/version 4.20130909]]) support for git's `sharedRepository` configuration and restrict access to a specific group (instead of the default, a single user). You can also this to make the files accessible to all users on the system:
diff --git a/doc/tips/shared_git_annex_directory_between_multiple_users/comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment b/doc/tips/shared_git_annex_directory_between_multiple_users/comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment
new file mode 100644
index 000000000..cce6f1443
--- /dev/null
+++ b/doc/tips/shared_git_annex_directory_between_multiple_users/comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="https://id.koumbit.net/anarcat"
+ subject="comment 2"
+ date="2015-05-27T21:05:24Z"
+ content="""
+i believe the bug madduck mentionned here was fixed. but i can't confirm by my own tests, things seem confused over here...
+"""]]