On Sun, Aug 29, 1999 at 09:37:51PM -0700, John Polstra wrote:
>
> Expansion of RCS keywords occurs on check_out_, not on checkin. In
> other words, your cvs is responsible for expanding them.
>
Hmm... but what about if you're cvsup-ing the sources?
I'm cvsup-ing stable, not current, (cvsup file included below)
and $FreeBSD appears all over the place unexpanded. Is this
the way it's supposed to be? Isn't cvsup supposed to be
(effectively) doing a "check-out"? Or am I just confused?
===== cvsupfile =====
*default host=cvsup2.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs use-rel-suffix
*default delete compress
*default tag=RELENG_3
src-all
src-crypto
src-secure
ports-all tag=.
===== cvsup -v =====
CVSup client, GUI version
Software version: REL_16_0
Protocol version: 16.0
http://www.polstra.com/projects/freeware/CVSup/
Report problems to [EMAIL PROTECTED]
===== behavior =====
#] cd /usr/src
#] rm bin/echo/echo.c
#] date >> bin/echo/echo.1
#] make update
--------------------------------------------------------------
>>> Running /usr/local/bin/cvsup
--------------------------------------------------------------
Parsing supfile "/etc/cvsupfile"
Looking up address of cvsup2.FreeBSD.org
Connecting to cvsup2.FreeBSD.org
Connected to cvsup2.FreeBSD.org
Server software version: REL_16_0
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Checkout src/bin/echo/echo.1
Checkout src/bin/echo/echo.c
^CCleaning up ...
#] grep src/bin/echo bin/echo/echo.[1c]
bin/echo/echo.1:.\" $FreeBSD: src/bin/echo/echo.1,v 1.6.2.2 1999/08/29 14:12:19 peter
Exp $
bin/echo/echo.c: "$FreeBSD: src/bin/echo/echo.c,v 1.7.2.1 1999/08/29 14:12:20 peter
Exp $";
===== =====
So... no expansion of $FreeBSD that I can see here...
Am I just confused?
________________________________________________________________________
William R. Somsky [EMAIL PROTECTED]
Physicist, Baritone, Guitarist http://www.halcyon.com/wrsomsky
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message