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

Re: Continuous Integration Question

From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 16 Oct 2008 11:37:30 -0400

I think many (if not most) of us on this list have, and used
Subversion with some sort of CI/SPM system.

I use Hudson for my CI environment. We use "Ant" and "Maven" which are
meant for Java projects, but Hudson also allows you to execute custom
scripts. So, you could have a shell script (or Python script) that
runs some tests and packages your build.

Hudson automatically will run a build on each check in. You can also
adjust it to wait a certain period of time after a check in in those
cases where you have to do multiple checkins.

Hudson is very fast, usually starting a build with in a minute of a
check in, and it is very easy to configure. The main developer is also
very quick to make fixes and incorporate suggestions. I highly
recommend you take a look at it: <https://hudson.dev.java.net/>.

--
David Weintraub
qazwart_at_gmail.com
On Thu, Oct 16, 2008 at 11:15 AM, bruce <bedouglas_at_earthlink.net> wrote:
> Hi.
>
> In doing some research, I've come across various apps that deal with the
> concept of Continuous Integration/Software Production Management, which
> apparently is the process of being able to manage the process of
> creating/developing/building/testing/releasing projects/apps using
> repositories/build processes/etc... The CI/SPM process, also apparently
> allows for the implementation of workflow processes/procedures for managing
> the various apps/projects while being developed.
>
> I've got a project in mind, that's going to require lots of little python
> apps that will need to be developed/built/tested/run multiple times, and to
> be recreated for each semester. (the apps deal with course schedules for
> colleges). Subversion would of course be the repository of choice, and since
> it appears that a number of the CI type of apps I've seen use SVN, I figured
> that I'd see if anyone here has actually used/implemented a CI/SPM system,
> and what your thoughts are.
>
> Thanks
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-16 17:37:56 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.