[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Wanted: pre-commit hook to prevent commits to externals definition

From: Lorenz <lorenznl_at_yahoo.com>
Date: Mon, 07 Jun 2010 08:52:28 +0000

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
Received on 2010-06-07 10:53:27 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.