[cvsnt] Another CVS and Ant question
Pitre, Russell
RPITRE at shawmut.com
Fri Feb 13 15:57:58 GMT 2004
Okay.....i just changed this:
<cvs cvsroot=":sspi:rpitre at tomcat:/PROJECTS" package="src"
dest="C:\TEMP\CVS"/>
To this:
<cvs cvsroot=":sspi:@tomcat:/PROJECTS" package="src"
dest="C:\TEMP\CVS"/>
And now I can checkout my files!!!! Is this a bug or is this normally
how it should work?????
Russ-
-----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:45 AM
To: cvsnt at cvsnt.org
Subject: RE: [cvsnt] Another CVS and Ant question
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
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
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list