From 8a983a2f9697daf07e8fdab3459f0fe99b3d22ad Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 3 Jul 2008 19:31:27 +0000 Subject: [PATCH] No longer recommend SourceForge. Really it seems like a bad idea for students. --- doc/devel.texi | 16 ---------------- doc/localsettings.texi | 4 +--- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/devel.texi b/doc/devel.texi index eae54d1..f7f00a7 100644 --- a/doc/devel.texi +++ b/doc/devel.texi @@ -7,9 +7,6 @@ Here are some tools that you might find useful while developing code. * Tags:: * cscope:: * CVS:: -@ifset recommendsourceforge -* SourceForge:: -@end ifset @ifset recommendvnc * VNC:: @end ifset @@ -82,19 +79,6 @@ home page}. @include localcvsinstructions.texi -@ifset recommendsourceforge -@node SourceForge -@section SourceForge - -SourceForge is a web-based system for facilitating software -development. It provides you with a version-control system (typically -CVS, as described above) and other tools for tracking your software. -You can use it to store files, track bugs, and post notes about -development progress. You can set up your own -project in SourceForge at @uref{http://sourceforge.net, , -sourceforge.net}. -@end ifset - @ifset recommendvnc @node VNC @section VNC diff --git a/doc/localsettings.texi b/doc/localsettings.texi index e8bb45b..4f06159 100644 --- a/doc/localsettings.texi +++ b/doc/localsettings.texi @@ -5,7 +5,6 @@ @set localpintoshttppath http://@/www.stanford.edu/@/class/@/cs140/@/pintos/@/pintos.@/tar.gz @set localpintosbindir /usr/class/cs140/`uname -m`/bin -@set recommendsourceforge @set recommendvnc @clear recommendcygwin @@ -58,8 +57,7 @@ inspired your own in your design documentation. @macro localcvspolicy{} Instead, we recommend integrating your team's changes early and often, -using a source code control system such as CVS (@pxref{CVS}) or a -group collaboration site such as SourceForge (@pxref{SourceForge}). +using a source code control system such as CVS (@pxref{CVS}). This is less likely to produce surprises, because everyone can see everyone else's code as it is written, instead of just when it is finished. These systems also make it possible to review changes and, -- 2.30.2