Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 1995 10:04:29 -0400
From:      Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>
To:        "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Cc:        jkh@freefall.cdrom.com (Jordan K. Hubbard), CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com
Subject:   Re: cvs commit: src/lib Makefile
Message-ID:  <9508041404.AA21546@halloran-eldar.lcs.mit.edu>
In-Reply-To: <199508040803.BAA10553@gndrsh.aac.dev.com>
References:  <199508040727.AAA25649@freefall.cdrom.com> <199508040803.BAA10553@gndrsh.aac.dev.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 4 Aug 1995 01:03:54 -0700 (PDT), "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> said:

> cd ~cvswork;
> cvs co -l -P lib		# That -l gets you just lib/Makefile* :-)
> cd lib
> vi Makefile, make change
> cvs co -P libftp
> cd libftp
> rm the files
> cvs remove -R
> cd ..
> cvs commit
> cvs release libftp
> cd ..
> cvs release lib

Or even easier:

cvs co -l lib
cd lib
emacs Makefile
mkdir libftp
cvs add libftp
cd libftp
cvs update
rm *
cvs remove
cd ..
cvs ci
cd ..
cvs release -dQ lib

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9508041404.AA21546>