From issues-return-5647-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Fri Nov 19 05:28:59 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 28863 invoked from network); 19 Nov 2010 05:28:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 05:28:59 -0000 Received: (qmail 50823 invoked by uid 500); 19 Nov 2010 05:29:31 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 50776 invoked by uid 500); 19 Nov 2010 05:29:31 -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 50765 invoked by uid 99); 19 Nov 2010 05:29:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 05:29:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Fri, 19 Nov 2010 05:29:24 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8ADAA17E0152 for ; Thu, 18 Nov 2010 23:29:03 -0600 (CST) Date: Thu, 18 Nov 2010 23:29:03 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <31772606.13562.1290144543406.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <32583293.12545.1290064263339.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2583) CVS ChangeLog does not include the branch / tag name MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2583: ------------------------------------ Fix Version/s: Backlog > CVS ChangeLog does not include the branch / tag name > ---------------------------------------------------- > > Key: CONTINUUM-2583 > URL: http://jira.codehaus.org/browse/CONTINUUM-2583 > Project: Continuum > Issue Type: Bug > Components: SCM > Affects Versions: 1.3.6 > Environment: Windows XP, CVSNT client > Reporter: Hari Ranganathan > Fix For: Backlog > > > I'm trying with Continuum for our project for automating the build and test. The CVS repository has multiple branches and the build is targeted for one of those branches (BR_XXXX_PHASEaa). The CVS update command executes against the particular branch. However, the CVS log command (change log) does not include the branch tag (-rBR_XXXX_PHASEaa). This causes the change log to be displayed for other branches as well. > CVS Update Command: > 2010-11-18 00:00:00,578 [pool-9-thread-1] INFO action#update-working-directory-from-scm - Updating project: XXXX', id: '6' to 'D:\continuousintegration\apache-continuum-1.3.6\data\working-directory\6' with branch/tag BR_XXXX_PHASEaa. > 2010-11-18 00:00:01,640 [pool-9-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X /C "cvs -z3 -t -q update -d -rBR_XXXX_PHASEaa" > CVS Log Command: > 2010-11-18 00:00:01,640 [pool-9-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: D:\continuousintegration\apache-continuum-1.3.6\data\working-directory\6 > 2010-11-18 00:04:43,196 [pool-9-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: cmd.exe /X /C "cvs -z3 -t -d :pserver:xxxxxxxx@172.xx.xx.xx:/cvs/xxxx -q log -d "2010-11-17 20:34:33+0530<2010-11-18 00:04:43+0530"" -- 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