Emmanuel Blot wrote:
>> I'm not using a pre-commit hook, and I wouldn't want to use one that
>> rejected all commits without a ticket attached (svn mkdir in
>> particular)!  That's just not appropriate in our case.
>>     
>
> I'm not sure the post commit script can be used w/o the pre commit script:
> if you've removed the pre-condition checks on purpose, it's not
> surprising the post commit hook fails in some conditions.
>   

No, it's fine to just have the trac-post-commit-hook script enabled.

OTOH, one must be sure that the version of the Trac hook corresponds to 
the version of Trac modules that get used by the script (either the Trac 
installed in site-libs or located by the PYTHONPATH set in the script) 
and that version must be the same (or at least compatible. API and 
database_version wise) with the version actually used.

-- Christian


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to