martin f krafft <[EMAIL PROTECTED]> writes: > also sprach Matthieu Moy <[EMAIL PROTECTED]> [2005.08.23.1133 +0200]: >> > You have half of a point. As neither of the arch frontends supports >> > automated consistency checks, you can't ensure that any commit was >> > tested beforehand. >> >> That's trivial to do with a precommit hook. > > How do I ensure that all developers run this hook?
In a distributed environment, you can't ensure anything on an archive which is not yours anyway. But having the precommit hook on the master archive ensures that nothing inconsistent will be merged (the Bazaar pqm does this). -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
