Distributions
Download the latest distributions from the file release system at SourceForge:
If you are new to Neo we recommend that you also download the tutorial.
Older distributions
Download older distributions from the distributions server at The Codehaus
http://dist.codehaus.org/neo/distributions
Packaged distributions of Neo versions up to and including 1.4.1 are only available on this server. They cannot be downloaded from SourceForge.
Source code access
This project's source code can be checked out from the Subversion repository at SourceForge* with the following commands. The first command checks out the latest source for the .NET 1.1 line of Neo and the second command checks out the latest source for the .NET 2 line of Neo.
svn co https://neo.svn.sourceforge.net/svnroot/neo/neo1/trunk
svn co https://neo.svn.sourceforge.net/svnroot/neo/neo2/trunk
We have used the usual Subversion tagging configurations, which means you can check out version 1.4.2 for example with the following command:
svn co https://neo.svn.sourceforge.net/svnroot/neo/neo1/tags/VERSION_1_4_2
Important note: If you have previously checked out source code from the CVS repository at the Codehaus, please do a clean checkout from the Subversion repository at SourceForge.
Browse source
You can browse the source code and all* its versions online at:
http://neo.svn.sourceforge.net/viewvc/neo
This might help you decide whether you want to update to a new version.
* Versions prior to 1.1.1 are only available from the Neo CVS repository at SourceForge. Some versions are available from a CVS repository at the Codehaus, but use of that repository is discouraged.