[ 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