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
This commit is contained in:
Olly Betts 2006-12-14 03:39:31 +00:00
commit 936e0bc418
2 changed files with 7 additions and 11 deletions

View file

@ -106,12 +106,12 @@ SWIG along with information about beta releases and future work.
</p> </p>
<p> <p>
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: about this can be obtained at:
</p> </p>
<div class="shell"><pre> <div class="shell"><pre>
<a href="http://www.swig.org/cvs.html">http://www.swig.org/cvs.html</a> <a href="http://www.swig.org/svn.html">http://www.swig.org/svn.html</a>
</pre></div> </pre></div>

View file

@ -216,7 +216,7 @@ The short abbreviated instructions follow...
<p> <p>
The step by step instructions to download and install MinGW and MSYS, then download and build the latest version of SWIG from SVN 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 <a href="http://www.swig.org/cvs.html">SWIG SVN</a>. Note that the instructions for obtaining SWIG from SVN are also online at <a href="http://www.swig.org/svn.html">SWIG SVN</a>.
</p> </p>
<p> <p>
@ -279,27 +279,23 @@ tar -zxf bison-2.0-MSYS.tar.gz
</li> </li>
<li> <li>
To get the latest SWIG CVS, type in the following: To get the latest SWIG SVN, type in the following:
<div class="shell"><pre> <div class="shell"><pre>
mkdir /usr/src mkdir /usr/src
cd /usr/src cd /usr/src
export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig svn co https://swig.svn.sourceforge.net/svnroot/swig/trunk swig
cvs login
(Logging in to anonymous@swig.cvs.sourceforge.net)
CVS password: &lt;Just Press Return Here&gt;
cvs -z3 checkout SWIG
</pre></div> </pre></div>
<b>Pitfall note:</b> <b>Pitfall note:</b>
If you want to check out SWIG to a different folder to the proposed 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. the autotools will fail miserably on those.
</li> </li>
<li> <li>
You are now ready to build SWIG. Execute the following commands to build swig.exe: You are now ready to build SWIG. Execute the following commands to build swig.exe:
<div class="shell"><pre> <div class="shell"><pre>
cd /usr/src/SWIG cd /usr/src/swig
./autogen.sh ./autogen.sh
./configure ./configure
make make