You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/09/30 21:49:01 UTC

[jira] Commented: (MPSCM-23) scm:cvs-checkout-project doesn't work on MacOS Panther

The following comment has been added to this issue:

     Author: Will Forster
    Created: Thu, 30 Sep 2004 3:48 PM
       Body:
hi, i've been having this problem too, and it looks like it is a problem with cvs.  apparently the cvs version that is distributed with panther really doesn't like to check out a project over an empty directory.

so 

$mkdir project
$cvs checkout project

will give you the same error:

cvs [checkout aborted]: cannot open CVS/Entries.Log: No such file or directory

scm:project-checkout causes this by creating the checkout/[project] directory before checking it out:

 [mkdir] Created dir: /Users/robert/SNBA_release3_rc1/target/checkouts/eb2-common 








---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-23?page=comments#action_24789

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-23

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-23
    Summary: scm:cvs-checkout-project doesn't work on MacOS Panther
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin
   Versions:
             1.4.1

   Assignee: Brett Porter
   Reporter: Robert Atkins

    Created: Fri, 6 Aug 2004 1:46 AM
    Updated: Thu, 30 Sep 2004 3:48 PM
Environment: Darwin dhcp179.eb2.com.au 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC  Power Macintosh powerpc; maven 1.0-rc3, maven-scm-plugin 1.4.1

Description:
Our project goal which uses scm:cvs-checkout-project works on the windows machines, but not on my Mac. I'm wondering if it's some sort of mismatch between the version of CVS the plugin expects, and the version you get as part of a MacOS X 10.3 installation.

robert@dhcp179:~/SNBA_release3_rc1$ cvs --version

Concurrent Versions System (CVS) 1.10 `Halibut' (client/server) [...]
robert@dhcp179:~/SNBA_release3_rc1$ maven -Dmaven.scm.cvs.module=eb2-common scm:cvs-checkout-project
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

build:start:

scm:cvs-checkout-project:
    [echo] Checking out eb2-common
    [mkdir] Created dir: /Users/robert/SNBA_release3_rc1/target/checkouts/eb2-common
    [cvs] Using cvs passfile: /Users/robert/.cvspass
    [cvs] cvs checkout: in directory eb2-common:
    [cvs] cvs checkout: cannot open CVS/Entries for reading: No such file or directory
    [cvs] cvs server: Updating eb2-common
    [cvs] U eb2-common/.cvsignore
    [cvs] cvs [checkout aborted]: cannot open CVS/Entries.Log: No such file or directory

BUILD FAILED
File...... /Users/robert/.maven/plugins/maven-scm-plugin-1.4.1/plugin.jelly
Element... ant:cvs
Line...... 245
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'checkout'
'-P'
'eb2-common'

The ' characters around the executable and arguments are
not part of the command.


environment:

        TERM_PROGRAM=Apple_Terminal
        SHELL=/bin/bash
        TERM=xterm-color
        CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.30
        TERM_PROGRAM_VERSION=100
        CVSROOT=:pserver:robert@acid:c:/cvsrepo
        ANT_HOME=/usr/local/apache-ant-1.6.1
        USER=robert
        __CF_USER_TEXT_ENCODING=0x1F5:0:0
        PATH=/bin:/sbin:/usr/bin:/usr/sbin:/Users/robert/bin:/usr/local/apache-ant-1.6.1/bin:/usr/local/jakarta-tomcat-4.1.30/bin:/usr/local/maven-1.0-rc3/bin:/Users/robert/bin:/usr/local/apache-ant-1.6.1/bin:/usr/local/jakarta-tomcat-4.1.30/bin:/usr/local/maven-1.0-rc3/bin
        MAVEN_HOME=/usr/local/maven-1.0-rc3
        PWD=/Users/robert/SNBA_release3_rc1
        JAVA_HOME=/Library/Java/Home
        HOME=/Users/robert
        SHLVL=2
        LOGNAME=robert
        SECURITYSESSIONID=20fb10
        _=/Library/Java/Home/bin/java
        JAVA_MAIN_CLASS_2081=com.werken.forehead.Forehead
        CVS_PASSFILE=/Users/robert/.cvspass]
Total time: 5 seconds
Finished at: Fri Aug 06 15:40:31 EST 2004


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org