Hi,

I'm having troubles updating sources from CVS using local file system repositories. I have defined my repository like this in the project.xml file:

<repository>
   <connection>scm:cvs:local:ignored:/home/cvs:reporting</connection>
   <url>http://192.168.1.1/cgi-bin/cvsweb.cgi/reporting/</url>
</repository>

But, when I try to update my project, I get an error about a bad CVSROOT (see below).

What am I doing wrong ? I'm using the CVS version of maven (version of 30 Jan 2004).

thanks,
Maarten

scm:update-project
scm:cvs-update-project
[cvs] Using cvs passfile: /home/cruise/.cvspass
[cvs] cvs update: Unknown method (`/home/cvs') in CVSROOT.
[cvs] cvs [update aborted]: Bad CVSROOT: `:/home/cvs:reporting:'.
BUILD FAILED

File...... file:/home/cruise/.maven/plugins/maven-scm-plugin-1.2-SNAPSHOT/
Element... ant:cvs
Line...... 199
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments
'-d:/home/cvs:reporting:'
'-q'
'update'
'-Pd'
The ' characters around the executable and arguments are
not part of the command.


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



Reply via email to