"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: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...
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> $"
--
Kevin Street
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message