diff --git a/cvs-win32.php b/cvs-win32.php index fee15fa..475213c 100644 --- a/cvs-win32.php +++ b/cvs-win32.php @@ -10,7 +10,7 @@
Note: There may be other SSH and CVS programs out there, but this tutorial is on how to use the two above together to use CVS and SSH with -SourceForge projects. +QuakeForge projects.
1) Once you have the two files mentioned above, go make these three directories where "X" is the drive you want to use for your @@ -40,7 +40,7 @@ SET HOME=X:\Source
5) Restart your computer.
6) Now that you've done all that, you can finally get CVS write privileges -on your SourceForge developer account. To "check out" (download) the source, +on your QuakeForge developer account. To "check out" (download) the source, open up your trusty MS-DOS Prompt and do the following:
@@ -49,24 +49,35 @@ X:\> cd \Source X:\Source> cvs -dyourname@cvs.quakeforge.net:/project/cvs co module-
Make sure you replace "yourname" with your SourceForge -User ID, and "module" with the name of the module you want to -work on. When you connect to SourceForge, it will ask you for your password; -type it in, and the download should begin. +
Make sure you replace "yourname" with your +QuakeForge User ID, and "module" with the name of +the module you want to work on. When you connect to QuakeForge, it will ask +you for your password; type it in, and the download should begin.
Note: Your characters will not be echoed back. This is normal behavior, and there's nothing wrong.
At time of writing, the following modules are in the QuakeForge CVS repository:
If you find anything that should be added to this document, send me an email -at: absolute@squadron.org +at: absolute@squadron.org require("parts/postamble.php"); // Finish this sucker up diff --git a/devtools.php b/devtools.php index a14e48e..33d63e1 100644 --- a/devtools.php +++ b/devtools.php @@ -36,7 +36,7 @@ developers at a variety of locations.
SSH (along with a SourceForge account and developer status in QuakeForge) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below. +
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.