Date: Wed, 19 Nov 2003 09:54:11 -0500
Reply-To: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject: FW: Version Control Software
Content-Type: text/plain; charset="us-ascii"
A Gentle Reader, who wishes to remain anonymous,
provides the following commentary:
On SAS-L you mentioned you don't have any version control software.
IF you are on a Windows box,
check out CS-RCS (Basic version)
by Component Software.
It's free for single-workstation use.
It uses GNU-RCS as the back end.
I have found it a lifesaver
when rewriting code and needing to retrieve older versions.
They also have a free diff tool
that is very handy for comparing different vintages of a program.
http://www.componentsoftware.com/products/RCS/index.htm
|