You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dave Varon (JIRA)" <ji...@codehaus.org> on 2005/03/20 04:35:45 UTC

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

     [ http://jira.codehaus.org/browse/MPSCM-23?page=comments#action_31115 ]
     
Dave Varon commented on MPSCM-23:
---------------------------------

On OSX 10.3.8, the latest version of cvs available through fink resolves the issue in scm 1.4:
-----=====-----
$ /sw/bin/cvs -version

Concurrent Versions System (CVS) 1.11.17 (client/server)

Copyright (c) 1989-2004 Brian Berliner, david d `zoo' zuhn, 
                        Jeff Polk, and other authors
-----=====-----

The old version, included with xcode tools 1.5 (that's likely where I got it) is the one mentioned in the previous post:
-----=====-----
$ /usr/bin/cvs -version

Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)

Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, 
                        Jeff Polk, and other authors
-----=====-----

For what it's worth, scm 1.5 wouldn't work with cvs 1.10 either.

> scm:cvs-checkout-project doesn't work on MacOS Panther
> ------------------------------------------------------
>
>          Key: MPSCM-23
>          URL: http://jira.codehaus.org/browse/MPSCM-23
>      Project: maven-scm-plugin
>         Type: Bug
>     Versions: 1.4.1
>  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
>     Reporter: Robert Atkins
>     Assignee: Brett Porter

>
>
> 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

-- 
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