Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 47832 invoked from network); 6 Nov 2008 17:51:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2008 17:51:50 -0000 Received: (qmail 15261 invoked by uid 500); 6 Nov 2008 17:51:57 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 15228 invoked by uid 500); 6 Nov 2008 17:51:57 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 15217 invoked by uid 99); 6 Nov 2008 17:51:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 09:51:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 17:50:39 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 549C614A801B for ; Thu, 6 Nov 2008 11:50:51 -0600 (CST) Message-ID: <11371551.1225993851031.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 6 Nov 2008 11:50:51 -0600 (CST) From: "Rohan Holt (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-1967) the action action#update-working-directory-from-scm does not update the working directory when mercurial is the scm being used. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org the action action#update-working-directory-from-scm does not update the working directory when mercurial is the scm being used. ------------------------------------------------------------------------------------------------------------------------------- Key: CONTINUUM-1967 URL: http://jira.codehaus.org/browse/CONTINUUM-1967 Project: Continuum Issue Type: Bug Affects Versions: 1.2.2 Environment: Linux, tomcat 5.5.27, continuum 1.2.2. Reporter: Rohan Holt After some recent changes were made to one of our projects, I performed a continuum build of the project expecting to see the new changes. The changes presented by the "SCM Changes" section of the build results screen confirmed changes existed in the mercurial repository ( local ) however, the required changes did not appear in the deployed application ( deployment is part of the build process ). Looking in the logs showed that none of the mercurial commands executed ever updated the working directory with the latest changes. I am not certain where, but I would expect that a "hg update" appear somewhere in this list of commands executed by continuum..Otherwise all we have is another build the same as the last. 2008-11-06 17:38:56,623 [pool-1-thread-1] INFO buildController - Updating working dir 2008-11-06 17:38:56,623 [pool-1-thread-1] INFO buildController - Performing action check-working-directory 2008-11-06 17:38:56,647 [pool-1-thread-1] INFO buildController - Performing action update-working-directory-from-scm 2008-11-06 17:38:56,947 [pool-1-thread-1] INFO action#update-working-directory-from-scm - Updating project: Release 1.0 patches', id: '7' to '/u01/app/apache-continuum-1.2.2/target/working-directory/7' with branch/tag release_1_0_patches. 2008-11-06 17:38:56,948 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - EXECUTING: /bin/sh -c cd /u01/app/apache-continuum-1.2.2/target/working-directory/7 && hg pull -r release_1_0_patches 2008-11-06 17:38:58,560 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - EXECUTING: /bin/sh -c cd /u01/app/apache-continuum-1.2.2/target/working-directory/7 && hg id 2008-11-06 17:38:58,959 [pool-1-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - EXECUTING: /bin/sh -c cd /u01/app/apache-continuum-1.2.2/target/working-directory/7 && hg diff -r -1 2008-11-06 17:38:59,443 [pool-1-thread-1] INFO buildController - Merging SCM results 2008-11-06 17:38:59,492 [pool-1-thread-1] INFO buildController - AlwaysBuild configured, building 2008-11-06 17:38:59,493 [pool-1-thread-1] INFO buildController - Performing action update-project-from-working-directory 2008-11-06 17:38:59,527 [pool-1-thread-1] INFO action#update-project-from-working-directory - Updating project 'Release 1.0 patches' from checkout. 2008-11-06 17:38:59,598 [pool-1-thread-1] INFO buildController - Performing action execute-builder -- 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