On 1/23/07, Andre Masella <andre@masella.no-ip.org> wrote:
For this kind of scenario, use one repo per developer with GIT+SSH. It
changes your usage pattern slightly (pull from all repos before push)
but this is easy to setup. And you can even enforce the "won't let you
push unless you are up-to-date with the other repositories" via a
fancy pre-update hook script on the repo.
Or you may chose to have an integration repo _as well_ as public per-dev repos.
Not entirely a waste of time, but there is a very git-style way of
addressing this that will probably save you time...
martin
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html