Kevin Street wrote:
> "William R. Somsky" <[EMAIL PROTECTED]> writes:
>
> > 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?
>
>
> > #] 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:1
2: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...
>
> Those are the expanded tags. When I said I had unexpanded tags, I
> meant that I was seeing just:
> "$FreeBSD$"
> instead of:
> "$FreeBSD: <filename> <version> <timestamp> <committer> <status> $"
Make sure you are fetching src-all, and if you are not getting src-anything,
then either get src-base or set up $CVSROOT/CVSROOT/options to this:
23> cat /home/ncvs/CVSROOT/options
tag=FreeBSD=CVSHeader
tagexpand=iFreeBSD,Id
Fetching src-base will do this for you, as well as getting the modules files
and the commit logs.
Cheers,
-Peter
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message