Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 11:16:09 +0800
From:      francisv@dagupan.com
To:        freebsd-isp@FreeBSD.ORG
Subject:   [OT] Revision control system
Message-ID:  <10F29E27A956D511B0940050DA8D86A934101D@apmail.dagupan.com>

next in thread | raw e-mail | index | archive | help
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 also want to know how other ISPs implement this.

---
 francis a. vidal [bitstop network services] | http://www.dagupan.com
 streaming media + web hosting               | http://www.keystone.ph
 v(02)330-2871,(02)330-2872; f(02)330-2873   | http://www.kuro.ph 


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?10F29E27A956D511B0940050DA8D86A934101D>