Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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> ===================================================================