Hi,

I couldn't find any solutions to this problem on the web. I am using Ant to run an automated build, which checks out the sourcecode from CVS. First it does a log to determine if any changes have occurred, by executing the command:

cvs -d :pserver:[EMAIL PROTECTED]:/projects -q log "-d>2002-12-18 05:40:07 GMT" -b src/modulename

The local copy resides in src/modulename (that directory contains the top-level CVS directory for the working copy). That CVS directory contains a repository file with one line: "/projects/modulename". This command fails with the following error message:

cvs [log aborted]: internal error: not enough slashes in /projects/modulename

Does anyone know what this means?

Thanks in advance,

Moses





_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to