New to subversion, need to find documentation on writing hooks

2012-05-20 Thread Ted Byers
I have just installed subversion on a Ubuntu VM, and trying to learn how to administer both. I have successfully created my first VN repository. :-) Now, I have read through the documentation a couple times, and know what hooks are and why they're used, but I am not clear on how to write one

Re: New to subversion, need to find documentation on writing hooks

2012-05-20 Thread Ryan Schmidt
On May 20, 2012, at 16:16, Ted Byers wrote: > I have just installed subversion on a Ubuntu VM, and trying to learn how to > administer both. I have successfully created my first VN repository. :-) > > Now, I have read through the documentation a couple times, and know what > hooks are and w

Re: New to subversion, need to find documentation on writing hooks

2012-05-20 Thread David Chapman
On 5/20/2012 2:16 PM, Ted Byers wrote: I have just installed subversion on a Ubuntu VM, and trying to learn how to administer both. I have successfully created my first VN repository. :-) Now, I have read through the documentation a couple times, and know what hooks are and why they're us

Re: New to subversion, need to find documentation on writing hooks

2012-05-20 Thread Les Mikesell
On Sun, May 20, 2012 at 4:16 PM, Ted Byers wrote: > I have read arguments that recommend > against this, claiming it can slow down commits, but then I am more > concerned about code quality, and always having a codebase, which to me > includes all tests, that compiles and runs properly than I am

RE: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Ted Byers
> -Original Message- > From: Les Mikesell [mailto:lesmikes...@gmail.com] > Sent: May-21-12 12:58 AM > To: Ted Byers > Cc: users@subversion.apache.org > Subject: Re: New to subversion, need to find documentation on writing hooks > > On Sun, May 20, 2012 at 4

RE: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Cooke, Mark
> -Original Message- > From: Ted Byers [mailto:r.ted.by...@gmail.com] > Sent: 21 May 2012 11:09 > To: 'Les Mikesell' > Cc: users@subversion.apache.org > Subject: RE: New to subversion, need to find documentation on > writing hooks > > > &g

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Thorsten Schöning
Guten Tag Ted Byers, am Montag, 21. Mai 2012 um 12:08 schrieben Sie: > I have never heard of jenkins. What more can you tell me about it? Better first read yourself about Hudson and Jenkins, the latter is a newly created fork of the former, and CI in general and decide if it is something for you

RE: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Ted Byers
> -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: May-21-12 6:13 AM > To: Ted Byers; 'Les Mikesell' > Cc: users@subversion.apache.org > Subject: RE: New to subversion, need to find documentation on writing hooks > > > ---

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Les Mikesell
On Mon, May 21, 2012 at 5:50 AM, Ted Byers wrote: > > Actually, I had never heard of Hudson either; except in reference to the > famous explorer of the Canadian north, and the bay due north of Ontario, in > the eastern Canadian arctic, named for him. > > Thanks for the links, though, as that gives

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread David Weintraub
On Mon, May 21, 2012 at 6:08 AM, Ted Byers wrote: > I have never heard of jenkins.  What more can you tell me about it? Jenkins is a Continuous Integration system. Continuous Integration means every time sone one changes the code, you automatically build the changes. This at least proves that th

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Les Mikesell
On Mon, May 21, 2012 at 4:56 PM, David Weintraub wrote: > > Jenkins is pretty simple on the surface to setup. Simply download the > Jenkins "war" file, install a Java JDK if you don't have one > installed, and run the following command: > > $ java -jar jenkins.war Since he mentioned ubuntu earlie

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Blair Zajac
On 05/21/2012 03:11 PM, Les Mikesell wrote: On Mon, May 21, 2012 at 4:56 PM, David Weintraub wrote: Jenkins is pretty simple on the surface to setup. Simply download the Jenkins "war" file, install a Java JDK if you don't have one installed, and run the following command: $ java -jar jenkins.

Re: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Les Mikesell
On Mon, May 21, 2012 at 6:52 PM, Blair Zajac wrote: > >>> $ java -jar jenkins.war >> >> >> Since he mentioned ubuntu earlier, it is probably even easier to go >> with the packaged version: >> https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu >> after which the system will kn

AW: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Markus Schaber
Hi, Ted, Just as an addition: Von: Les Mikesell [mailto:lesmikes...@gmail.com] > On Mon, May 21, 2012 at 5:50 AM, Ted Byers wrote: > > Actually, I had never heard of Hudson either; except in reference to > > the famous explorer of the Canadian north, and the bay due north of > > Ontario, in the

Re: AW: New to subversion, need to find documentation on writing hooks

2012-05-22 Thread Michael Diers
On 2012-05-22 08:21, Markus Schaber wrote: [...] > At my current employer, we successfully use Jenkins. > > But there are other such systems, for example the java-based > http://cruisecontrol.sourceforge.net/ and its .NET cousing > http://www.cruisecontrolnet.org/ - both of them were used at on