David Aldrich wrote:
>Please can anyone point me to an example of a svn pre-commit hook that 
>prevents commits
>to files that are members of an externals definition?
>
>We want to allow such files to be committed only from within the external 
>directory, i.e. where
>they originate from.

As long as the externals are pointing to the same repository it should
be possible to examine the transaction and determine if any of the
changed paths is related to an external definition (external
properties can be extracted from the transaction too).
-- 

Lorenz

Reply via email to