You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kevin Wang (JIRA)" <ji...@codehaus.org> on 2006/03/27 03:36:11 UTC

[jira] Created: (CONTINUUM-640) Auto Building triggered by svn commit

Auto Building triggered by svn commit
-------------------------------------

         Key: CONTINUUM-640
         URL: http://jira.codehaus.org/browse/CONTINUUM-640
     Project: Continuum
        Type: Improvement

    Versions: 1.0.1    
    Reporter: Kevin Wang


Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "David Roussel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-640?page=comments#action_74675 ] 
            
David Roussel commented on CONTINUUM-640:
-----------------------------------------

This would be great, it can be easily implemented as "if when you do an update there are no changed files" then "don't do a build".  (Also need to be able to exclude files, so that if you checkin files at the end of  build process then it doesn't it cause another build to start)

The great thing that cruise control has is the back-off window.  So you can check for changes every 2 minutes, then it will wait for 5 mins of inactivity before doing a build.  This helps to ensure that a build is not started in the middle of a checkin of many files.   This is not a problem in subversion, but it is a problem in other scm providers.

> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-640?page=all ]

Emmanuel Venisse updated CONTINUUM-640:
---------------------------------------

    Component: SCM

> Auto Building triggered by svn commit
> -------------------------------------
>
>          Key: CONTINUUM-640
>          URL: http://jira.codehaus.org/browse/CONTINUUM-640
>      Project: Continuum
>         Type: Improvement

>   Components: SCM
>     Versions: 1.0.1
>     Reporter: Kevin Wang

>
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-640.
--------------------------------------

         Assignee: Emmanuel Venisse
       Resolution: Duplicate
    Fix Version/s:     (was: Future)

Duplicate CONTINUUM-347

> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>            Assignee: Emmanuel Venisse
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-640?page=comments#action_67124 ] 

Carlos Sanchez commented on CONTINUUM-640:
------------------------------------------

can you clarify?

> Auto Building triggered by svn commit
> -------------------------------------
>
>          Key: CONTINUUM-640
>          URL: http://jira.codehaus.org/browse/CONTINUUM-640
>      Project: Continuum
>         Type: Improvement

>     Versions: 1.0.1
>     Reporter: Kevin Wang

>
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell updated CONTINUUM-640:
--------------------------------------

    Fix Version/s: 1.1-alpha-#

> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>             Fix For: 1.1-alpha-#
>
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Jesus M. Rodriguez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-640?page=comments#action_71973 ] 
            
Jesus M. Rodriguez commented on CONTINUUM-640:
----------------------------------------------

I believe this is a very important feature.  I'm thinking of switching from cruisecontrol to continuum but stumbled onto this issue as well as trying to get continuum to ignore a file.

> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "James Cooley (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103584 ] 

James Cooley commented on CONTINUUM-640:
----------------------------------------

For a subversion|CVS specific fix it looks possible to add a post commit hook in the scripting language of your choice.
  http://svnbook.red-bean.com/en/1.1/ch05s02.html
  http://pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/LettingCVSPullTheTrigger.rdoc/style/print
My  Continuum 1.0.3 distro doesn't have continuum.py so I can't do a quick test without spending more time on it. 

> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>             Fix For: Future
>
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-640) Auto Building triggered by svn commit

Posted by "Tom Huybrechts (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-640?page=comments#action_71942 ] 
            
Tom Huybrechts commented on CONTINUUM-640:
------------------------------------------

CruiseControl regularly checks if your project has been changed in your SCM system, and builds it if it has.


> Auto Building triggered by svn commit
> -------------------------------------
>
>                 Key: CONTINUUM-640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-640
>             Project: Continuum
>          Issue Type: Improvement
>          Components: SCM
>    Affects Versions: 1.0.1
>            Reporter: Kevin Wang
>
> Should we add the function to support auto build while subversion commit? just like CruiseContril. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira