SWIG CVS
Notice (9/4/00): Due to building rennovations, the CVS repository will be unavailable from 9/5/00 to 9/18/00.
SWIG is currently undergoing a large redevelopment effort. Development versions of SWIG are available through a public CVS repository. To use this interface you will need to install CVS 1.9 or newer. The SWIG development machine is currently running cvs-1.10. Use of the CVS repository is not recommended except for advanced users.
% setenv CVSROOT :pserver:cvs@swig.cs.uchicago.edu:/cvsroot
(Alternatively, you can use the -d option to CVS)
% cvs login CVS password: <enter 'cvs' here>
The password to the cvs account is 'cvs'.
% cvs checkout SWIG
For Windows users, it is important to note that the CVS repository does not include the C++ code generated by yacc (this code is included in the normal release however) or the scripts produced by autoconf. Thus, you will have to install these tools on your machine to work with everything.