We haven't used cvs for a long time O.O

This commit is contained in:
Bill Currie 2010-11-27 17:25:40 +09:00
parent 5457fb1e73
commit f038ae0efd
1 changed files with 3 additions and 26 deletions

View File

@ -9,32 +9,9 @@ prospective developers for QuakeForge.
<H2>Documentation</H2>
<A href ="doxygen/">Internal documention</A>, generated by <A href="http://www.doxygen.org/">doxygen</A>, is available.
<H2>CVS (Concurrent Versioning System)</H2>
<P>CVS is a program that we use to manage our source tree among multiple
developers at a variety of locations.
<DL>
<DT>All platforms:</DT>
<DD>The <A href="http://www.gnu.org/manual/cvs/">CVS Manual</A> is available from the <A href="http://www.gnu.org/">GNU Project</A>.</DD>
<DD>An <A href="http://www.loria.fr/cgi-bin/molli/wilma.cgi/doc.847210383.html">online version</A> of &quot;Version Management with CVS&quot; by Per Cederqvist, is available from Pascal Molli's <A href="http://www.loria.fr/~molli/cvs-index.html">CVS page</A>.</DD>
<DT>UNIX and Unix-like systems:</DT>
<DD>You can get a copy of CVS from the <A href="ftp://ftp.gnu.org/gnu/cvs/">GNU FTP site</A>.</DD>
<DD><A href="http://www.wincvs.org/download.html">gCvs</A> is a GTK+ client for CVS with a more friendly interface.</DD>
<DD><A href="http://home.earthlink.net/~nawalker/pharmacy/">Pharmacy</a> is a GNOME front-end to CVS.</DD>
<DT>Windows 95, 98, NT, and Windows 2000:</DT>
<DD>You can get a patched copy of CVS from Gordon Chaffee's <A href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html">Windows NT Utilities</A> page.</DD>
<DD><A href="http://www.wincvs.org/download.html">WinCvs</A> is a good Windows CVS client with a more friendly interface.</DD>
<DT>Mac OS:</DT>
<DD><A href="http://www.wincvs.org/download.html">MacCvs</A> is an excellent Macintosh CVS client.</DD>
<DT>BeOS:</DT>
<DD>CVS is part of the <a href="http://www.be.com/software/beware/development/gccegcs.html">GCC/EGCS toolset</A> available from <A href="http://www.be.com/software/beware/">BeWare</A>.</DD>
<DT>OS/2 Warp:</DT>
<DD><A href="http://www.sourcegear.com/">SourceGear</A> has a version of CVS for OS/2 on their <A href="http://download.cyclic.com/pub/os2/">Download site</A>.</DD>
</DL>
<H2>Git</H2>
<P>Git is the program that we use to manage our source tree among multiple
developers at a variety of locations. See the <A href="http://git-scm.com/">git homepage</A> for more information and downloads.
<H2>SSH (Secure Shell)</H2>
<P>SSH (along with a developer account on the QuakeForge server) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below.