From 936e0bc418e183051652d09addde69266f35ea2e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 14 Dec 2006 03:39:31 +0000 Subject: [PATCH] Update links from cvs.html to svn.html and update windows CVS instructions to use SVN. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9619 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Preface.html | 4 ++-- Doc/Manual/Windows.html | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Doc/Manual/Preface.html b/Doc/Manual/Preface.html index 05a52eaff..630657a9a 100644 --- a/Doc/Manual/Preface.html +++ b/Doc/Manual/Preface.html @@ -106,12 +106,12 @@ SWIG along with information about beta releases and future work.

-CVS access to the latest version of SWIG is also available. More information +SVN access to the latest version of SWIG is also available. More information about this can be obtained at:

-http://www.swig.org/cvs.html
+http://www.swig.org/svn.html
 
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 73228f6f1..9a5922e02 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -216,7 +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 SVN follow... -Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN. +Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN.

@@ -279,27 +279,23 @@ tar -zxf bison-2.0-MSYS.tar.gz

  • - To get the latest SWIG CVS, type in the following: + To get the latest SWIG SVN, type in the following:
     mkdir /usr/src
     cd /usr/src
    -export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig
    -cvs login
    - (Logging in to anonymous@swig.cvs.sourceforge.net)
    - CVS password: <Just Press Return Here>
    -cvs -z3 checkout SWIG
    +svn co https://swig.svn.sourceforge.net/svnroot/swig/trunk 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 +/usr/src/swig, do not use MSYS emulated windows drive letters, because the autotools will fail miserably on those.
  • You are now ready to build SWIG. Execute the following commands to build swig.exe:
    -cd /usr/src/SWIG
    +cd /usr/src/swig
     ./autogen.sh
     ./configure
     make