# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Free software
#Download
#FS Suggest
#FAQ
cvs
 
CVS Web

You can browse our CVS using CVS Web.

What is CVS

CVS stands for Concurrent Version System, a widely used system to store, archive, and manage large source projects. It is considered a de-facto standard in all Free Software projects, because it is in itself free software, and thus is installed by default on most free Unix available, notably most GNU/Linux distributions, and the various BSD incarnations.

If you are not familiar with CVS, it is highly suggested that you start with a primer on CVS, and get yourself familiar with all operations under CVS. The CVS CVS home site should be a good starting point.

The NeL platform is managed under CVS, and a complete access to the corresponding CVS source tree is available below. You may pull any file off the source tree using your browser, check its history, and visually follow the evolution of the source, something which is always fascinating in itself.

Most people will want to pull a complete copy of the source however, something which is complex to do using the Web only. This server allows anonymous CVS to access (read-only) the CVS repository.

More information

You will find more information about the CVS tree here

Anonymous access to Nevrax internal CVS

You're welcome to access the internal Nevrax CVS repository anonymously. You need to set your CVSROOT environment variable :
$ export 'CVSROOT=:pserver:anonymous@cvs.nevrax.org:/home/cvsroot'

Then do the command :
$ cvs login

Then enter the password, which is simply "anonymous".
Once there, you may perform the command:

$ cvs checkout code

Public CVS updates of the Nevrax internal CVS

Updates of the public Nevrax internal CVS occur at 02h00 am CET everyday.