From 8e2e2bc8dbf8a7d07147ea706cecf0029ed8fe57 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 15 Aug 2006 14:14:19 +0000 Subject: [PATCH] update cvs server details git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9251 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Windows.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 6c71e059e..ad7305de2 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -216,6 +216,7 @@ The short abbreviated instructions follow...

The step by step instructions to download and install MinGW and MSYS, then download and build the latest version of SWIG from cvs follow... +Note that the instructions for obtaining SWIG from CVS are also online at SWIG CVS.

@@ -282,19 +283,17 @@ tar -zxf bison-2.0-MSYS.tar.gz

 mkdir /usr/src
 cd /usr/src
-export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig
+export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig
 cvs login
- (Logging in to anonymous@cvs.sourceforge.net)
+ (Logging in to anonymous@swig.cvs.sourceforge.net)
  CVS password: <Just Press Return Here>
-cvs -z3 co SWIG
+cvs -z3 checkout SWIG
 
Pitfall note: If you want to check out SWIG to a different folder to the proposed /usr/src/SWIG, do not use MSYS emulated windows drive letters, because the autotools will fail miserably on those. -
- The full instructions for obtaining SWIG from CVS are online at SWIG CVS,