• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cruise Control with Subversion

 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How easy (or hard) is it to setup Cruise Control with Subversion? Is anybody here using Subversion?
Is there a minimum version of Subversion that you need to use it with Cruise Control?
I am currently using Subversion version 0.27.0-54 that is installed by default with Suse Linux 9, getting ready to upgrade to version 1.0.

cheers
Sonny
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is Cruise control?
 
Sonny Gill
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://cruisecontrol.sourceforge.net/
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Last topic
 
author
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recent versions of CruiseControl support Subversion. In the book I use the <cvs> element inside of the <modificationset> element. To switch that to Subversion, you'd simply use the <svn> element inside of the <modificationset>, as defined at:

http://cruisecontrol.sourceforge.net/main/configxml.html#svn

The CruiseControl version currently in CVS supports Subversion 0.37. I'm not sure what version of Subversion is supported in CruiseControl 1.6, the latest release.

Mike
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mike Clark:
The CruiseControl version currently in CVS supports Subversion 0.37. I'm not sure what version of Subversion is supported in CruiseControl 1.6, the latest release.


I used CruiseControl 2.1.6 and Subversion 1.0 in my recent article. It all worked just fine together.
 
Sonny Gill
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Darn! Yeah I noticed your article in JavaRanch Journal, Lasse, but I was in a bit of a rush to go through it at that time, and forgot all about it when I made this post. It looks very detailed, I will go through it ASA schedule allows. Thanks.

and thanks for the reply, Mike.

regards
Sonny
reply
    Bookmark Topic Watch Topic
  • New Topic