Ho Yoav,

I think I did..this is all Apache give you on CVS from what I can see..

-- snip --

To access the CVS repositories anonymously, you will need a relatively recent CVS 
client. First, you must set the CVSROOT environment variable. Assuming a Bourne shell, 
this looks like:

$ CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic
$ export CVSROOT 
Then login to the server:

$ cvs login 
The password is "anoncvs" (without the quotes).

Finally, you choose the module you would like and check it out. For example, to get 
the Apache HTTP Server 2.0 module, use:

$ cvs checkout httpd-2.0 

-- snip --

As you can see PSERVER is the authentication scheme used which is what that port 2401 
is for. Apache supply this PSERVER CVSROOT on their site. And logging in as SSH 
confirms this..

Logging in is required for 'pserver' or 'sspi' authentication only.

:(


-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 14 January 2004 13:59
To: Tomcat Users List
Subject: RE: CVS



Howdy,
Make sure you read the general Apache CVS directions.  You don't connect
to cvs.apache.org port 2401 directly, you tunnel using SSH via something
like Putty and WinCVS.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, January 14, 2004 8:56 AM
>To: TOMCAT USER (E-mail)
>Subject: CVS
>
>Hi Guys,
>
>I was trying to get hold of the Tomcat source tree using CVS but I get
the
>following problem; Sorry if this is nearing the line of Tomcat list or
>not...
>
>Logging in to :pserver:[EMAIL PROTECTED]:2401:/home/cvspublic
>
>cvs [login aborted]: connect to cvs.apache.org:2401 failed: No
connection
>could be made because the target machine actively refused it.
>
>ADC
>
>
><FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE>
>-------------------------------------------------------
>QAS Ltd.
>Developers of QuickAddress Software
><a href="http://www.qas.com";>www.qas.com</a>
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>-------------------------------------------------------
></FONT>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to