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