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

Re: add hooks to repo

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 19 Jun 2015 00:00:07 +0200

Hello,

On 18/06/15 20:26, Bill McCormick wrote:
> I have an existing repository and I'd like to be able to rev control
> hooks for the repo ... in the repo. Is there an easy way to do this?

No. Hooks live in the on-disk repository tree, not inside the versioned
file system. There is no specific feature to support this. An advanced
method would be hook wrappers that co/up/cat versioned code from the
repository, but there are several problems with that: crossing a
security boundary, self-lock-out and concurrency issues.

Andreas
Received on 2015-06-19 00:00:14 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.