Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 55693 invoked from network); 27 Oct 2005 20:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Oct 2005 20:13:43 -0000 Received: (qmail 20317 invoked by uid 500); 27 Oct 2005 20:13:43 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 20293 invoked by uid 500); 27 Oct 2005 20:13:42 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 20281 invoked by uid 99); 27 Oct 2005 20:13:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 13:13:42 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 13:13:37 -0700 Received: (qmail 14478 invoked by uid 89); 27 Oct 2005 20:13:16 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 27 Oct 2005 20:13:16 -0000 Message-ID: <7788111.1130443996131.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 27 Oct 2005 15:13:16 -0500 (CDT) From: "Matthew Beermann (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Created: (CONTINUUM-380) Continuum attempts an invalid CVS command 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Continuum attempts an invalid CVS command ----------------------------------------- Key: CONTINUUM-380 URL: http://jira.codehaus.org/browse/CONTINUUM-380 Project: Continuum Type: Bug Components: continuum-core Versions: 1.0 Reporter: Matthew Beermann Priority: Critical Fix For: 1.0 My project has a URL of the form: scm:cvs:pserver:username@domain:/projects:artifactId ...but what Continuum actually attempts to checkout is: jvm 1 | 2005-10-27 15:00:00,543 [Thread-1] DEBUG ScmManager - Working directory: C:\continuum-1.0\bin\win32\..\..\apps\continuum\working-directory\16 jvm 1 | 2005-10-27 15:00:00,543 [Thread-1] DEBUG ScmManager - Command line: cvs -f -d :pserver:@prdwebdev17:2401/projects -q checkout -r -d 16 system-core jvm 1 | 2005-10-27 15:00:01,725 [Thread-1] WARN ContinuumScm - Error while checking out the code for project: 'system-core', id: '16' to 'C:\continuum-1.0\bin\win32\..\..\apps\continuum\working-directory\16' with branch/tag . jvm 1 | 2005-10-27 15:00:01,725 [Thread-1] WARN ContinuumScm - Command output: cvs server: cannot find module `16' - ignored jvm 1 | jvm 1 | 2005-10-27 15:00:01,725 [Thread-1] WARN ContinuumScm - Provider message: The cvs command failed. Note the target build folder (16) is instead being interpreted as a module, causing CVS to bail. I /think/ the problem is that the -r command is being given here without an argument. This is invalid; when checking out from the HEAD (as I am), the -r flag should just be omitted entirely... There /is/ a workaround (manually enter HEAD into Continuum as the branch), but this should be implied, not required. -- 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