From 8217ef9d5bb0d14e96f16e00fdd16d8608e44b5c Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 20 Sep 2009 21:25:16 +0530 Subject: [PATCH] P-T-A doc: add note about switching back and forth --- doc/4-push-to-admin.mkd | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/4-push-to-admin.mkd b/doc/4-push-to-admin.mkd index 12a6bc3..3fc83bf 100644 --- a/doc/4-push-to-admin.mkd +++ b/doc/4-push-to-admin.mkd @@ -12,17 +12,24 @@ people new to git, or ssh or (worse) both. However, ***if*** you know git and ssh really, *really*, well and you know what you're doing, this is a pretty nice thing to have -- does make life -easier, I admit. +easier, I admit. So, here is how to make PTA (hey nice acronym, just missing +an "I") work on gitolite as well. -So, here is how to make PTA (hey nice acronym, just missing an "I") work on -gitolite as well. But remember, there is NO SUPPORT! Go away. Leave me -alone... Anything else on gitolite I will help but not this, ok? :-) +Note: + + * unlike the rest of gitolite, I can't help you with this unless you + convince me very quickly it's not a layer 8 problem :-) + + * here's a test to see if you should use this feature: after reading this + document, think about how you would switch back and forth between the + normal method and push-to-admin. If you can't immediately see what you + would need to do, please don't use it :-) The instructions are presented as shell commands; they should be fairly obvious. All paths are from the default `~/.gitolite.rc`; if you changed any, make the same changes below. -> ---- +---- > **WARNING**: the "compilation" runs via a `post-update` hook. Which, by > definition, runs *after* the push has successfully completed. As a