On Thu, Feb 04, 2010 at 09:47:23AM +1300, martin f krafft wrote: > Dear Sitaram, dear Teemo, dear gitolite-fans, > > Gitolite currently copies hooks to repositories. For upgrades, it > must thus ensure that all hooks are also upgraded. I forgot... part of the reason this "copy all hooks over each time you run install" is also to give people an easy way to update the hooks when the repo was *copied* from elsewhere, and not *created* by gitolite in the first place. Basically I'm paranoid about that "update" hook, without which the branch level access control doesn't work at all. So this will still need to be done. Or you'll have to provide some other command that will sweep through all repos in the $REPO_BASE and check that the symlink is pointing to the right place etc etc. Any other ways of doing this? I'd rather keep it as is, if it's OK with you, except for changing the cp to ln of course. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html