From owner-freebsd-hackers Sun Oct 15 16:06:28 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA13629 for hackers-outgoing; Sun, 15 Oct 1995 16:06:28 -0700 Received: from Sysiphos (Sysiphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id QAA13623 for ; Sun, 15 Oct 1995 16:06:24 -0700 Received: by Sysiphos id AA28894 (5.67b/IDA-1.5 for hackers@freebsd.org); Mon, 16 Oct 1995 00:05:11 +0100 Message-Id: <199510152305.AA28894@Sysiphos> From: se@zpr.uni-koeln.de (Stefan Esser) Date: Mon, 16 Oct 1995 00:05:11 +0100 In-Reply-To: HyunSeog Ryu "Question about SCCS-like utilities???" (Oct 16, 7:23) X-Mailer: Mail User's Shell (7.2.6 alpha(2) 7/9/95) To: HyunSeog Ryu Subject: Re: Question about SCCS-like utilities??? Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org Precedence: bulk On Oct 16, 7:23, HyunSeog Ryu wrote: } Subject: Question about SCCS-like utilities??? } Dear anyone, } } Please let me know what are SCCS-like utility... } I want to perform Source Code version control... ;> SCCS is a System V thing, and AFAIK not available for free ... The BSD equivalent is RCS, and there is an enhanced version for larger projects called CVS. Both are now distributed under a GNU Copyright and come with FreeBSD. These are the tools used to make some 50 people integrate their code into the FreeBSD source tree, without stepping on each others toes to often :) Reading the man pages of "rcs" and "cvs" should get you going. There are "troff" sources of a RCS users manual in /usr/src/gnu/usr.bin/rcs/doc/rcs.ms and "texinfo" sources of a CVS manual in /usr/src/gnu/usr.bin/cvs/doc/cvs.texinfo Regards, STefan -- Stefan Esser, Zentrum fuer Paralleles Rechnen Tel: +49 221 4706021 Universitaet zu Koeln, Weyertal 80, 50931 Koeln FAX: +49 221 4705160 ============================================================================== http://www.zpr.uni-koeln.de/staff/esser/esser.html