From 34b9402be3bc61548aa9500d60d60dbee50a3ecd Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 27 May 2015 20:53:39 +0000 Subject: fix typo and clarify --- doc/tips/shared_git_annex_directory_between_multiple_users.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..08bd8f4c0 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: -- cgit v1.2.3 From 2f748b79f203e452692c50aae9820af5e5df533b Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 27 May 2015 20:56:05 +0000 Subject: actually, i screwed up, it's actually the litteral "group" --- doc/tips/shared_git_annex_directory_between_multiple_users.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 08bd8f4c0..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 . - chgrp -R group . + 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: -- cgit v1.2.3 From 5e5d38cbc15f78b4f118c6e0e0182bc5c4c78da2 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 27 May 2015 21:05:24 +0000 Subject: Added a comment --- .../comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/tips/shared_git_annex_directory_between_multiple_users/comment_2_07ad0b2f6fd2644241a605a10d8fb8d0._comment 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... +"""]] -- cgit v1.2.3