You can
browse the repository online.
Or you can get a read-only access to the CVS. First the details:
- Hostname: cvs.volnorm.sourceforge.net
- User: anonymous
- Password: (Just press Enter - the password is empty)
- CVS Root: /cvsroot/volnorm
- Module name: volnorm
In a shell use the following commands:
cvs -d:pserver:anonymous@cvs.volnorm.sourceforge.net:/cvsroot/volnorm login
cvs -d:pserver:anonymous@cvs.volnorm.sourceforge.net:/cvsroot/volnorm -z3 co volnorm
When the password prompt appears just press Enter.
To update from the CVS repository in an already checked out directory
you just need to issue the command:
cvs -z3 update
|