From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 19:16:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B793416A4D2 for ; Sat, 2 Oct 2004 19:16:35 +0000 (GMT) Received: from nuumen.pair.com (nuumen.pair.com [209.68.1.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D44643D39 for ; Sat, 2 Oct 2004 19:16:35 +0000 (GMT) (envelope-from thuppi@nuumen.pair.com) Received: (qmail 39578 invoked by uid 55300); 2 Oct 2004 19:16:34 -0000 Date: Sat, 2 Oct 2004 15:16:34 -0400 (EDT) From: Tom Huppi X-X-Sender: thuppi@nuumen.pair.com To: robg In-Reply-To: <20041002053836.GN460@wantadilla.lemis.com> Message-ID: References: <5c389d3b041001211056012a3f@mail.gmail.com> <20041002053836.GN460@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Questions Subject: RCS tutorial (was: Re: "$Id: index.html,v 1.46 2004...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 19:16:35 -0000 On Sat, 2 Oct 2004, Greg 'groggy' Lehey wrote: > [redirected to FreeBSD-questions; this is a technical issue] > You can also check out older versions and compare things; somewhere > there must be a tutorial. I've found Dave Plonka's tutorial to be most usefull. It's all over the place. A quick search pulls it up here for instance: http://www.samag.com/documents/s=1184/sam9812a/ I'm one of those guys who is paranoid about forgetting how I did something or what I did to a machine, so I try to use RCS religiously for sys-admin details. Note from Plonka's document that it is a one-liner to see every file that has ever been tweaked over the life of the machine (assuming one used RCS for it.) There are some down-sides and hassles, but I think it's worth using RCS in many situations, and developing a basic understanding of how RCS works helps get around these issues. RCS is a relatively simple and understandable system. Thanks, - Tom