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 would also like to add that I installed CVSnt on the remote box "WITHOUT" the services......This is what I'm using as the client......Is this a good idea? -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Pitre, Russell Sent: Friday, February 13, 2004 10:21 AM To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: [cvsnt] Another CVS and Ant question 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> =================================================================== _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs