diff options
author | ColinW <ColinW@web> | 2016-01-01 22:39:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-01 22:39:14 +0000 |
commit | f596f43d6c973ad562828e691428eac7cbf051c7 (patch) | |
tree | 24b4495080a9b59b9a2a1ef732a4fee0af8c4f06 | |
parent | 55b5494e120338624a60d8be9ebc0b4e33df8b33 (diff) |
Added a comment: Re Comment 1
-rw-r--r-- | doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_2_9ca7b7dfc039c443c4afa9b6ea7c78bd._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_2_9ca7b7dfc039c443c4afa9b6ea7c78bd._comment b/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_2_9ca7b7dfc039c443c4afa9b6ea7c78bd._comment new file mode 100644 index 000000000..588d82272 --- /dev/null +++ b/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_2_9ca7b7dfc039c443c4afa9b6ea7c78bd._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="ColinW" + subject="Re Comment 1" + date="2016-01-01T22:39:14Z" + content=""" +Yes, it looks simple enough to setup. Just have to test all the git use-cases to ensure it all works before migrating everyone to (transparently) use it. There are only a few big files (~80Mb), so most people won't need to worry about the annex. +The way I'm going to do it is: +1. Put hook scripts into git under ./myhooks, so that a git pull will automatically update to latest hooks. +2. After cloning the git repo, run a setup script to create symlinks from ./.git/hooks/post-checkout etc to the ./myhooks and also setup the annex with something like: + git annex init dummy-annex + git remote add dummy-annex {ip}:/dummy-annex.git + +So the developer does not have to notice the annex. +Thanks Joey. +"""]] |