Hi,

I'm having a problem with scm:perform-release.

scm:prepare-release works fine - it tags and updates my files in my pserver repo properly.

scm:perform-release fails with what seems to be a bug:

scm:cvs-checkout-project:
[echo] Checking out lccl; from CVSROOT: :pserver:[EMAIL PROTECTED]:/Library/CVS; using tag: RELEASE_0_9_1 [delete] Deleting directory /Volumes/Jaguar/Users/woodj/Documents/lccl/target/checkouts/lccl [mkdir] Created dir: /Volumes/Jaguar/Users/woodj/Documents/lccl/target/checkouts/lccl
    [cvs] Using cvs passfile: /Users/woodj/.cvspass
    [cvs] cvs checkout: in directory lccl:
[cvs] cvs checkout: cannot open CVS/Entries for reading: No such file or directory [cvs] cvs [checkout aborted]: cannot open CVS/Tag: No such file or directory

BUILD FAILED
File...... /Users/woodj/.maven/cache/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:
'-d:pserver:[EMAIL PROTECTED]:/Library/CVS'
'-q'
'checkout'
'-P'
'-r'
'RELEASE_0_9_1'
'lccl'

Of course, the cvs command listed above works fine from the prompt. Any idea what gives? Workarounds? I saw one other message in the archives with the identical problem, but no replies (http://marc.theaimsgroup.com/?l=turbine-maven- user&m=108050546204781&w=2). Should I go report a bug with major functionality missing?

I thought maybe the new scm plugin would have this problem fixed. So after some more frustration trying to figure out how to get this plugin installed (another story), I got it working, only to get the same error, albeit displayed somewhat differently.

scm:checkout:
[echo] Checking out scm:cvs:pserver:[EMAIL PROTECTED]:/Library/CVS:lccl; using tag: RELEASE_0_9_1
Provider message:
The cvs command failed.
Command output:
cvs checkout: in directory checkout:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs [checkout aborted]: cannot open CVS/Tag: No such file or directory


BUILD FAILED
File...... /Users/woodj/.maven/cache/maven-scm-plugin-1.5-beta-3/plugin.jelly
Element... scm:checkout
Line...... 110
Column.... 167
Error!

So I'm off to see if I can fix the error myself in the scm plugin, but if I'm on the wrong track, please let me know! Thanks so much for any comments!

J


--
Julian Wood <[EMAIL PROTECTED]>

Programmer/Analyst
University of Calgary

http://commons.ucalgary.ca


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

Reply via email to