You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2010/02/03 15:59:55 UTC

[jira] Created: (CONTINUUM-2458) Continuum Release should do a checkout if there is no working copy

Continuum Release should do a checkout if there is no working copy
------------------------------------------------------------------

                 Key: CONTINUUM-2458
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
             Project: Continuum
          Issue Type: Improvement
          Components: Distributed Builds, Release
    Affects Versions: 1.3.5
            Reporter: Wendy Smoak


Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.



-- 
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-2458) Continuum Release should do a checkout if there is no working copy

Posted by "Jevica Arianne B. Zurbano (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215443#action_215443 ] 

Jevica Arianne B. Zurbano commented on CONTINUUM-2458:
------------------------------------------------------

Thanks Gwen! :)

BTW, I think it should be "checkOutScmResult" instead of "updateScmResult" for the following snippet, am I correct?

{noformat}
+        else
+        {
+            if( !checkOutScmResult.isSuccess() )
+            {
+                throw new ReleaseScmCommandException( "Unable to checkout project", updateScmResult );
+            }
+            
+            copyUpdated = checkOutScmResult.getCheckedOutFiles().size() > 0; 
+        }
{noformat}

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: CONTINUUM-2458.patch
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

Posted by "Gwen Harold Autencio (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215438#action_215438 ] 

Gwen Harold Autencio commented on CONTINUUM-2458:
-------------------------------------------------

Hi,

attaching patch for this issue.


> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1 (Beta)
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Brett Porter updated CONTINUUM-2458:
------------------------------------

    Fix Version/s: Backlog

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5
>            Reporter: Wendy Smoak
>             Fix For: Backlog
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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] Issue Comment Edited: (CONTINUUM-2458) Continuum Release should do a checkout if there is no working copy

Posted by "Jevica Arianne B. Zurbano (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213013#action_213013 ] 

Jevica Arianne B. Zurbano edited comment on CONTINUUM-2458 at 3/8/10 2:52 AM:
------------------------------------------------------------------------------

As proposed in dev@ list, this issue will not depend on CONTINUUM-2457

http://old.nabble.com/Thoughts-on-build-environment-selection-when-releasing-in-distributed-build-setup-td27399430i20.html

      was (Author: jzurbano):
    As proposed in dev@ list, this issue does not depend on CONTINUUM-2457

http://old.nabble.com/Thoughts-on-build-environment-selection-when-releasing-in-distributed-build-setup-td27399430i20.html
  
> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Jevica Arianne B. Zurbano updated CONTINUUM-2458:
-------------------------------------------------

    Fix Version/s:     (was: 1.4.1 (Beta))
                   1.4.0 (Beta)

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.0 (Beta)
>
>         Attachments: CONTINUUM-2458.patch, unit-test-CONTINUUM-2458.patch
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Jevica Arianne B. Zurbano updated CONTINUUM-2458:
-------------------------------------------------

    Fix Version/s:     (was: Backlog)
                   1.4.1

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Gwen Harold Autencio updated CONTINUUM-2458:
--------------------------------------------

    Attachment: CONTINUUM-2458.patch

I'll follow the unit test for this patch shortly.
Thanks

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: CONTINUUM-2458.patch
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Jevica Arianne B. Zurbano closed CONTINUUM-2458.
------------------------------------------------

    Resolution: Fixed

Patch applied in r928579.
* checkout project if working directory does not exist
* unit test for non-existing working directory

I also added unit tests for working directory with project checkout and empty working directory.

Thanks Gwen! :)

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: CONTINUUM-2458.patch, unit-test-CONTINUUM-2458.patch
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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] Assigned: (CONTINUUM-2458) Continuum Release should do a checkout if there is no working copy

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

Jevica Arianne B. Zurbano reassigned CONTINUUM-2458:
----------------------------------------------------

    Assignee: Jevica Arianne B. Zurbano

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: Backlog
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

Posted by "Jevica Arianne B. Zurbano (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213013#action_213013 ] 

Jevica Arianne B. Zurbano commented on CONTINUUM-2458:
------------------------------------------------------

As proposed in dev@ list, this issue does not depend on CONTINUUM-2457

http://old.nabble.com/Thoughts-on-build-environment-selection-when-releasing-in-distributed-build-setup-td27399430i20.html

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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-2458) Continuum Release should do a checkout if there is no working copy

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

Gwen Harold Autencio updated CONTINUUM-2458:
--------------------------------------------

    Attachment: unit-test-CONTINUUM-2458.patch

Hi Jevica, 

Sorry that should have been "checkOutScmResult".
Attaching unit test for patch thanks.

> Continuum Release should do a checkout if there is no working copy
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-2458
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2458
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Distributed Builds, Release
>    Affects Versions: 1.3.5 (Beta)
>            Reporter: Wendy Smoak
>            Assignee: Jevica Arianne B. Zurbano
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: CONTINUUM-2458.patch, unit-test-CONTINUUM-2458.patch
>
>
> Rather than requiring an existing working copy, Continuum Release should be able to do a checkout if there is no working copy present for the project being released.

-- 
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