update for new Sourceforge cvs access

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9121 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-05-16 21:26:04 +00:00
commit 1ea55253dd
2 changed files with 14 additions and 2 deletions

View file

@ -36,12 +36,20 @@ The instructions below are for those who have read only access for cvs, develope
consult the generic CVS instructions above.
<ol>
<li><p> Set the location of CVSROOT
<li><p> Set the location of CVSROOT, for csh this would be:
<pre>
% setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig </pre>
% setenv CVSROOT :pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig </pre>
<p>
If you are using bash, you would use:
</p>
<pre>
% export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig </pre>
<p>
(Alternatively, you can use the -d option to CVS)
</p>
<li><p> Log into the cvs server by issuing the following command:

View file

@ -30,6 +30,10 @@ and non-commercial use.
<h3>News</h3>
<p>
<b>2006/05/16</b>
Sourceforge has changed the way source code can be accessed from cvs. See updated <a href="cvs.html">cvs instructions</a>.
<p>
<b>2006/03/21</b>
SWIG-1.3.29 has been released. This is a bug fix release.