Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Migrating From UNIX SCCS

5 views
Skip to first unread message

Joe Masters

unread,
Mar 12, 2001, 11:50:20 PM3/12/01
to
Yes, it's called keywords. $Header: $ is similar to what you have
mentioned, and there are others:

$Archive: $
$Author: $
$Date: $
$History: $
$Log: $

and more.

Joe

On Thu, 1 Mar 2001 13:42:54 -0000, "Mr T" <NOS...@nospam.com> wrote:

>If you set it up - SCCS (the Unix source control system) embeds a string in
>all C/C++ files. Ours looks like this:
>
> static char _sccs_id_module_c_[] = "@(#)XXX: module.c 1.5
>01/02/22";
>
>You can configure SCCS to update the string with revision information. This
>means that our applications can tell us what versions of what source files
>they were built from.
>
>We want to move our source control to VSS.
>
>Question: Does VSS have a similar mechanism to SCCS 'what strings'?
>
>

0 new messages