[Python-Dev] [Python-checkins] hooks: Fix checkbranch hook
"Martin v. Löwis"
martin at v.loewis.de
Sun Feb 27 08:26:36 CET 2011
Am 27.02.2011 00:21, schrieb Éric Araujo:
>> Then we will have to fix the hook each time we want to add a new
>> legitimate branch.
> The alternative is to edit the hook each time we want to remove a former
> legitimate branch, plus have another hook to refuse new named branches.
The question is whether developers would create named branches if they
are asked not to (except when they are release manager).
There is nothing that prevents people from tagging the tree currently
in subversion, but most of the time, only the release manager does any
tagging.
If you think that it's a likely problem that people create named
branches by mistake, then we should have a hook.
Regards,
Martin
More information about the Python-Dev
mailing list