1 Here are references to RCS and related free software and documentation.
2 Some of this information changes often; see the Frequently Asked Questions
3 for more up-to-date references.
5 $FreeBSD: src/gnu/usr.bin/rcs/REFS,v 1.5 1999/08/27 23:36:36 peter Exp $
6 $DragonFly: src/gnu/usr.bin/rcs/REFS,v 1.2 2003/06/17 04:25:47 dillon Exp $
9 Frequently Asked Questions (FAQs)
11 <http://www.qucis.queensu.ca/Software-Engineering/>
12 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software-eng/>
13 for software engineering; e.g. see
14 <http://www.qucis.queensu.ca/Software-Engineering/blurb/rcs>.
16 <http://www.iac.honeywell.com/Pub/Tech/CM/CMFAQ.html>
17 <ftp://rtfm.mit.edu//pub/usenet-by-hierarchy/comp/software/config-mgmt/>
18 for configuration management
20 <http://www.winternet.com/~zoo/cvs/FAQ.txt>
21 <ftp://ftp.odi.com/pub/users/dgg/FAQ.gz>
25 RCS and related GNU project software
27 <ftp://ftp.cs.purdue.edu/pub/RCS/>
28 The RCS project distribution directory also contains beta versions,
29 ports, and prebuilt documentation.
31 <ftp://prep.ai.mit.edu/pub/gnu/>
32 The GNU project distribution directory contains:
34 the latest diffutils release; recommended for RCS
36 The latest Emacs release contains VC, a version-control package
37 that makes RCS easier to use.
39 GNU Make, which can automatically build from RCS files.
41 the latest RCS release
43 the latest official CVS release (see below)
45 <ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/> DOS, OS/2 ports
46 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
51 CVS, the Concurrent Versions System, keeps tracks of source changes
52 made by groups of developers working on the same files concurrently,
53 allowing them to resync as needed.
55 <http://www.winternet.com/~zoo/cvs/>
56 <http://www.loria.fr/~molli/cvs-index.html>
57 These pages have useful information about CVS.
59 <ftp://prep.ai.mit.edu/pub/gnu/cvs-1.3.tar.gz>
60 CVS 1.3 is the latest released version.
62 <ftp://ftp.delos.com/pub/cvs/alpha/cvs-1.4A2.tar.gz>
63 CVS 1.4 is in alpha test, but it is recommended if you are installing CVS
64 for the first time, or on a recent operating system.
66 <ftp://ftp-os2.cdrom.com/pub/os2/unix/> DOS, OS/2 ports
67 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
69 <ftp://ftp.cyclic.com/pub/cvs/>
70 Cyclic CVS adds network transparency to CVS; it supports efficient,
71 reliable, and authenticated repository access via TCP/IP.
74 Other software that uses RCS
76 <ftp://ftp.nau.edu/pub/Aegis/>
77 Aegis manages revisions, baselines, mandatory reviews, and mandatory testing.
79 <ftp://ftp.vix.com/pub/patches/csu/>
80 BCS, the Baseline Configuration System,
81 manages revisions, baselines, and staging areas.
83 <ftp://riftp.osf.org/pub/ode/>
84 ODE, the Open Software Foundation Development Environment,
85 manages revisions, builds, and sandboxes.
86 OSF uses it for their own development.
88 <ftp://bellcore.com/pub/Odin/>
89 Odin, a `make' replacement, can build directly from arbitrary revisions
90 without requiring checkouts of working copies. It also handles
91 parallel builds on multiple remote hosts and of multiple variants.