Hi,

I couldn't find any postings in the mailing list archive regarding this, but
has anybody experienced any problems with scm:checkout-project?  When I
attempt to attain this goal, I get the following problem:

----- BEGIN OUTPUT -----

[deleted lines]

scm:cvs-checkout-project:
    [echo] Checking out bfrc; from CVSROOT: :pserver:[EMAIL PROTECTED]:/path
    [mkdir] Created dir: D:\development\workspace\bfrc\target\checkouts\bfrc
    [cvs] Using cvs passfile: d:\profiles\cdaniels\.cvspass
    [cvs] cvs checkout: in directory bfrc:
    [cvs] cvs checkout: cannot open CVS/Entries for reading: No such file or
directory
    [cvs] U bfrc/.cvsignore
    [cvs] cvs [checkout aborted]: cannot open CVS/Entries.Log: No such file
or directory

BUILD FAILED
File......
d:\profiles\cdaniels\.maven\plugins\maven-scm-plugin-1.3\plugin.jelly
Element... ant:cvs
Line...... 227
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:[EMAIL PROTECTED]:/path'
'-q'
'checkout'
'-P'
'bfrc'

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

[deleted lines]

----- END OUTPUT -----

Notice that .cvsignore is checked out, but nothing else is, then cvs fails.
However, if I change directory to target\checkouts and issue the cvs command
using the same arguments as show above, everything works fine.  That is, if
I run

    cvs -d:pserver:[EMAIL PROTECTED]:/path -q checkout -P bfrc

from target\checkouts, cvs successfully checks out everything from the bfrc
module into target\checkouts\bfrc.

Does anybody know why the same command would fail when issued through
maven's scm:checkout-project goal?

Thanks,
Chuck


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to