Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand

You need to do

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout XXX

where XXX =
jakarta-tomcat-4.0
OR
jakarta-tomcat-connectors
OR
jakarta-tomcat-jasper

Not on the same line. If it doesn't work, one reason is you may be inside a firewall.  

-- Jeanfrancois



Fenlason, Josh wrote:

I'm trying to build Tomcat 4.1.11 from source.  I'm not getting the correct version 
of the jakarta-modules necassary to build.  I think I'm getting stuff from beyond 
4.1.11.  I was hoping someone would be kind enough to help me with the correct 
command to check out tomcat 4.1.11 and the other modules necassary for building it.  
I'm new to building Tomcat and cvs, so please be gentle.  Here's what I've done so 
far:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-4.0 
jakarta-tomcat-connectors jakarta-tomcat-jasper
Thanks in advance.
,
Josh.

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

  



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




RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh

I can get the source for each module, but I believe that I'm getting source that is 
too recent, at least for the jasper module.  How do I specify which version or branch 
of the module?  Thanks for your help.  I truly appreciate it.
,
Josh.

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




Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand

www.cvshome.org

You will find all the required information.

-- Jeanfrancois

Fenlason, Josh wrote:

I can get the source for each module, but I believe that I'm getting source that is 
too recent, at least for the jasper module.  How do I specify which version or branch 
of the module?  Thanks for your help.  I truly appreciate it.
,
Josh.

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

  



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




RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh

Thanks for the pointer.  I've looked through the manual there, but I'm still lost.  
I'm probably stupid and missing something obviously.  It seems like I should be 
specifying the -r option, but I don't know what the right syntax is for the branch 
name.  Am I way off?  I don't suppose I could get you to give me an example?  I would 
be very grateful.  Thanks again.
,
Josh.

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




RE: Problem getting latest Tomcat source

2002-09-19 Thread Craig R. McClanahan



On Thu, 19 Sep 2002, Fenlason, Josh wrote:

 Date: Thu, 19 Sep 2002 13:58:53 -0400
 From: Fenlason, Josh [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: Problem getting latest Tomcat source

 Thanks for the pointer.  I've looked through the manual there, but I'm
 still lost.  I'm probably stupid and missing something obviously.  It
 seems like I should be specifying the -r option, but I don't know what
 the right syntax is for the branch name.  Am I way off?  I don't suppose
 I could get you to give me an example?  I would be very grateful.
 Thanks again. , Josh.


If you don't specify a -r option, you get the HEAD branch of each
repository.  Yesterday, that would have been the correct answer because
4.1.11 had not been tagged yet.  Today, you would use TOMCAT_4_1_11 as
your tag value if you want exactly that code (or just wait for the source
and binary bundles to be posted).

In general, to get the latest and greatest code, just omit the branch tag
completely and you'll get the HEAD branch.

Craig


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