Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 16:26:55 +0800
From:      francisv@dagupan.com
To:        fullermd@over-yonder.net
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   RE: [OT] Revision control system
Message-ID:  <10F29E27A956D511B0940050DA8D86A9341023@apmail.dagupan.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10F29E27A956D511B0940050DA8D86A9341023>