[cvsnt] Another CVS and Ant question

Pitre, Russell RPITRE at shawmut.com
Fri Feb 13 15:21:25 GMT 2004


I'm using CVS and Ant as part of our development enivironment......I
setup a task to checkout files remotely from the cvs server.....here's
my cvsCheckout task....

 

<target name="cvsCheckout">

            <cvs cvsroot=":sspi:rpitre at tomcat:/PROJECTS" package="src"
dest="C:\TEMP\CVS"/>

  </target>

 

 

When I run this task locally on the cvs server, I can check out files no
problem with the task....here's the error when I try to run the task on
another box....

 

=================================================================

::ERROR::

=================================================================

C:\TEMP\CVS>ant cvsCheckout

Buildfile: build.xml

 

cvsCheckout:

      [cvs] cvs [checkout aborted]: Authentication protocol rejected
access

 

 

 

BUILD SUCCESSFUL

Total time: 2 seconds

C:\TEMP\CVS>

===================================================================




More information about the cvsnt mailing list