Added instructions for rel-1-3 and rel-1-5 branch.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1267 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-07-11 19:53:41 +00:00
commit b875504f47

View file

@ -4,8 +4,6 @@ SWIG CVS
<img src="images/cvs.png">
<p>
<b>Notice (9/4/00): Due to building rennovations, the CVS repository
will be unavailable from 9/5/00 to 9/18/00.</b>
<p>
SWIG is currently undergoing a large redevelopment effort.
@ -44,11 +42,19 @@ CVS password: &lt;enter 'cvs' here&gt
The password to the cvs account is 'cvs'.
<p>
<li>The latest version of SWIG can be retrieved using
<li>The latest stable version of SWIG can be retrieved using
<p>
<pre>
% cvs checkout SWIG
% cvs checkout -r rel-1-3 SWIG
</pre>
</p>
<p>
<li>The latest development version of SWIG can be retrieved using
<p>
<pre>
% cvs checkout -r rel-1-5 SWIG
</pre>
</p>