Group and Librarian accounts should setup read-only access. Those instructions are here:
| cvs commit file |       |
Commit local changes to the software back to the repository. file can be a filename, directory, list of files or directories. If file is omitted the commit will work recursively on all files and directories at and below the current directory. |
| cvs update file |       |
Update the local copy of file, bringing it in sync. with the
most current version in the repository. file can be a filename, directory, list of files or directories. If file is omitted the commit will work recursively on all files and directories at and below the current directory. |
| cvs log file |       |
Print the commit log for file. file can be a filename, directory, list of files or directories. If file is omitted the commit will work recursively on all files and directories at and below the current directory. |
| cvs checkout module |       |
Get a working copy of the current version of module CVS modules are named directory trees within the repository. Checkout will make a copy to the current directory. Note that this command is implicitly used by SRT's addpkg command so will rarely need to be used directly. |