Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 1996 00:18:36 -0500 (EST)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        "David E. O'Brien" <obrien@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/comms Makefile
Message-ID:  <Pine.OSF.3.95.961103001247.4635A-100000@protocol.eng.umd.edu>
In-Reply-To: <199611030452.UAA22622@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2 Nov 1996, David E. O'Brien wrote:

> obrien      96/11/02 20:52:11
> 
>   Modified:    comms     Makefile
>   Log:
>   Turn on lrzsz.
>   
>   (btw, is there a better way to do this than ``cvs co ports'' when all I want
>   to edit is ports/comms/Makefile?  Freefall doesn't have enought space for
>   a total ports checkout).
>   
>   Revision  Changes    Path
>   1.19      +2 -1      ports/comms/Makefile
> 

The -l option of the co option of cvs says do one level only.  if you do a
cvs co -l ports/comms, it will create a ports directory the only has the
comms subdirectory in it, and the comms subdir will only have Makefile in
it, which you can then edit and commit.

Notice its cvs co -l, NOT cvs -l co.  cvs is clear as mud, right?  If you
do cvs -l co, the -l has a completely different (and valid) meaning.  Do
you have any Tylenol handy?  Read the cvs man page, then.

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
9120 Edmonston Ct #302      |
Greenbelt, MD 20770         | I run Journey2 and n3lxx, both FreeBSD
(301) 220-2114              | version 2.2 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.95.961103001247.4635A-100000>