From owner-freebsd-isp Wed Mar 20 1:11:13 2002 Delivered-To: freebsd-isp@freebsd.org Received: from backup.dagupan.com (www.psysc.org.ph [206.101.69.5]) by hub.freebsd.org (Postfix) with ESMTP id E54D637B404 for ; Wed, 20 Mar 2002 01:11:07 -0800 (PST) Received: by apmail.dagupan.com with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 16:27:03 +0800 Message-ID: <10F29E27A956D511B0940050DA8D86A9341023@apmail.dagupan.com> From: francisv@dagupan.com To: fullermd@over-yonder.net Cc: freebsd-isp@FreeBSD.ORG Subject: RE: [OT] Revision control system Date: Wed, 20 Mar 2002 16:26:55 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Do you know of a good tutorial site for CVS? I'd like to try it out and see the difference for myself. -----Original Message----- From: Matthew D. Fuller [mailto:fullermd@over-yonder.net] Sent: Wednesday, March 20, 2002 3:27 PM To: francisv@dagupan.com Cc: freebsd-isp@FreeBSD.ORG Subject: Re: [OT] Revision control system On Wed, Mar 20, 2002 at 11:16:09AM +0800 I heard the voice of francisv@dagupan.com, and lo! it spake thus: > Hi, > > Can you share with me how you make use of RCS in your production systems for > system configuration changes, etc.? We're using this script to edit > configuration files: > > /usr/local/bin/rvi: > #!/bin/sh > co -l $1 > $VISUAL $1 > rcsdiff -u $1 > ci -u $1 I messed with RCS for a while, but it quickly showed its inherent impracticality. I just use CVS for everything nowadays, with a single central repository accessed via ssh from elsewhere. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message