You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/04/24 15:24:51 UTC

svn commit: r396544 - /maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt

Author: evenisse
Date: Mon Apr 24 06:24:30 2006
New Revision: 396544

URL: http://svn.apache.org/viewcvs?rev=396544&view=rev
Log: (empty)

Modified:
    maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt

Modified: maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt?rev=396544&r1=396543&r2=396544&view=diff
==============================================================================
--- maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt (original)
+++ maven/continuum/branches/continuum-1.0.x/continuum-site/src/site/apt/planned-features.apt Mon Apr 24 06:24:30 2006
@@ -20,25 +20,18 @@
 * SCM Support
 
  Continuum is using the Maven SCM library for checking out and getting updates
- from the SCM the project uses. Continuum currently only supports CVS
- and Subversion but support for these SCM is planned:
+ from the SCM the project uses. Continuum currently only supports CVS, Subversion,
+ Clearcase, Perforce, Starteam, Bazaar but support for these SCM is planned:
 
- * ClearCase
+ * PVCS
 
- * Perforce
+ * MKS
+
+ * CM Cynergy
 
  * Visual Source Safe
 
-* Build Scheduling
+ * and more
 
- Currently it only supports builds on a regular interval and Continuum
- definitely needs better build scheduling. There are two major ways to do this:
+* Build Scheduling
 
- [Push] External processes signal Continuum to perform a build.
-        Continuum supports this through a simple socket listener
-        and an XML-RPC interface.
-
- [Pull] Continuum polls for changes and schedules a build when something
-        has changed. This is useful for several reasons: builds occur only
-        when necessary and you don't have to change the way your SCM is
-        setup.