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