Re: add hooks to repo

2015-06-19 Thread Johan Corveleyn
On Fri, Jun 19, 2015 at 12:00 AM, Andreas Stieger wrote: > 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 repositor

Re: add hooks to repo

2015-06-18 Thread Andreas Stieger
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 f

add hooks to repo

2015-06-18 Thread Bill McCormick
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? I'm running svn 1.8.13 on Ubuntu 12.10. Thanks! -Bill