Re: Feature idea: user-configurable post-commit notifications

2010-04-29 Thread Neels J Hofmeyr
Johan Corveleyn wrote: > On Wed, Apr 28, 2010 at 11:58 PM, Neels J Hofmeyr wrote: > [...] >> We use that in a hook script that forbids >> commits that replace nodes -- because some users often do that by accident, >> fragmenting history -- > > Probably because of this bug? > http://subversion.tig

Re: Feature idea: user-configurable post-commit notifications

2010-04-29 Thread Johan Corveleyn
On Wed, Apr 28, 2010 at 11:58 PM, Neels J Hofmeyr wrote: [...] > We use that in a hook script that forbids > commits that replace nodes -- because some users often do that by accident, > fragmenting history -- Probably because of this bug? http://subversion.tigris.org/issues/show_bug.cgi?id=3429

Re: Feature idea: user-configurable post-commit notifications

2010-04-28 Thread Neels J Hofmeyr
Bolstridge, Andrew wrote: >> -Original Message- >> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> Sent: Mon 26/04/2010 19:27 >> To: Bolstridge, Andrew >> Cc: dev@subversion.apache.org >> Subject: RE: Feature idea: user-configurable post-c

RE: Feature idea: user-configurable post-commit notifications

2010-04-28 Thread Bolstridge, Andrew
>-Original Message- >From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >Sent: Mon 26/04/2010 19:27 >To: Bolstridge, Andrew >Cc: dev@subversion.apache.org >Subject: RE: Feature idea: user-configurable post-commit notifications > >Bolstridge, Andrew wrote on F

RE: Feature idea: user-configurable post-commit notifications

2010-04-26 Thread Daniel Shahaf
Bolstridge, Andrew wrote on Fri, 23 Apr 2010 at 13:52 +0100: > So imagine if I (as a server admin, of course) could configure a new > command ("svn review" or "svn special-cmd review") that uses the > same mechanism as pre-commit, and calls the server hook > "special-review.

RE: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Bolstridge, Andrew
On 23.04.2010 00:06, Hyrum K. Wright wrote: > With the increased integration of build tools and other notification > systems which desire knowledge of commit activity, it would be useful > to provide an easier mechanism of installing post-commit notification, > without having to use the hook inf

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Daniel Shahaf
Greg Stein wrote on Fri, 23 Apr 2010 at 07:17 -0400: > And I'll go one further: also provide a (sample) CGI script to > *accept* those POST requests, and "do something". At the ASF, our > website is updated after a commit. The code that does that today is > apparently a little flaky, so having an o

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Greg Stein
On Fri, Apr 23, 2010 at 07:07, Stefan Küng wrote: >... >>> On 23.04.2010 00:06, Hyrum K. Wright wrote: With the increased integration of build tools and other notification systems which desire knowledge of commit activity, it would be useful to provide an easier mecha

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Stefan Küng
On 23.04.2010 13:00, Greg Stein wrote: On Fri, Apr 23, 2010 at 06:53, Stefan Küng wrote: On 23.04.2010 00:06, Hyrum K. Wright wrote: With the increased integration of build tools and other notification systems which desire knowledge of commit activity, it would be useful to provide an easier

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Greg Stein
On Fri, Apr 23, 2010 at 06:53, Stefan Küng wrote: > On 23.04.2010 00:06, Hyrum K. Wright wrote: >> >> With the increased integration of build tools and other notification >> systems >> which desire knowledge of commit activity, it would be useful to provide >> an >> easier mechanism of installing

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Stefan Küng
On 23.04.2010 00:06, Hyrum K. Wright wrote: With the increased integration of build tools and other notification systems which desire knowledge of commit activity, it would be useful to provide an easier mechanism of installing post-commit notification, without having to use the hook infrastructu

Re: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Branko Čibej
On 23.04.2010 11:45, Bert Huijben wrote: >> -Original Message- >> From: Greg Stein [mailto:gst...@gmail.com] >> Sent: vrijdag 23 april 2010 0:57 >> To: Hyrum K. Wright >> Cc: Subversion Development >> Subject: Re: Feature idea: user-configurable post-com

RE: Feature idea: user-configurable post-commit notifications

2010-04-23 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: vrijdag 23 april 2010 0:57 > To: Hyrum K. Wright > Cc: Subversion Development > Subject: Re: Feature idea: user-configurable post-commit notifications > > Write a hook script to do exactly t

Re: Feature idea: user-configurable post-commit notifications

2010-04-22 Thread Greg Stein
Write a hook script to do exactly that, and make it part of the standard release. In some future release, after that script and its features stabilize, *then* we can consider placing into into the core code. I fear the security aspects of something like you talk about: anybody with commit access

Feature idea: user-configurable post-commit notifications

2010-04-22 Thread Hyrum K. Wright
With the increased integration of build tools and other notification systems which desire knowledge of commit activity, it would be useful to provide an easier mechanism of installing post-commit notification, without having to use the hook infrastructure. Imagine a user being able to set up commi