Getting OgreDotNet
From Ogre Wiki
OgreDotNet is available via the Ogre CVS using a CVS Checkout or as Source 2006/05/22 download.
CVS CMD LINE: :pserver:anonymous@ogre.cvs.sourceforge.net:/cvsroot/ogre
Module: ogreaddons or specifically ogreaddons/ogredotnet
It's recommended that you get all ogre addons. There are many fine addons that you will likely need when developing an Ogre-based application.
- If you are using Tortoise CVS, use the following settings:
Protocol: Password server (:pserver:) Protocol parameters : Server: ogre.cvs.sourceforge.net Port: Repository folder : /cvsroot/ogre User name : anonymous Module: ogreaddons/ogredotnet
- For those of us who are CVS-impaired, here's a simple way using the CVS command line utility (available from non-GNU.org):
c:\> cvs -d:pserver:anonymous@ogre.cvs.sourceforge.net:/cvsroot/ogre login
Press enter when prompted for a password, and you should be logged in. Afterwards:
c:\> cvs -d:pserver:anonymous@ogre.cvs.sourceforge.net:/cvsroot/ogre co -P ogreaddons/ogredotnet
That should give you the latest files in your C:\ogreaddons\ogredotnet directory.

