Jon Stevens wrote:
> When you do a cvs co jakarta-tomcat-4.0, then you will get
> a directory on your hard disk with 4.0. If you then want
> to check out 4.1, you need to first reaname
> jakarta-tomcat-4.0 to something else, then checkout 4.1
> on the branch, then rename it to something else, then
> rename your first checkout directory back.
Or you simply use the "-d" option on checkout. Example:
cvs -z3 -d :pserver:rubys@localhost:/home/cvs checkout -P -r
SERVLET_23_JSP_12 -d jakarta-servletapi-4.0 jakarta-servletapi
- Sam Ruby
P.S. I'm neutral on this. Both approaches have their advantages and
disadvantages.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]