Home

About
General Info
FAQ
Mailing Lists

Users
Getting Started
Downloads
Tools

Developers
Getting Started
Source Code
- Downloads
CVS
- Unix
- Windows
- Account Request
Documentation

Status
Compatibility
Bugs
Feature Requests

Resources
Publications
Workshops
Links

QuickSearch



CVS - Unix
Anonymous Read-Only | Read/Write | U.C. Berkeley Access

The following sections describe how to access the Open Mash source using the CVS revision control system interface. We provide read-only access to anyone or read/write access to approved developers (see note below for application).

The directions given define shell variables to control access. The variable definitions are shown for c-shell style shells (e.g., csh or tcsh). Use the export command rather than setenv for a bash shell.


Anonymous Read-Only CVS Access
To get a current copy of the Mash source code using anonymous, read-only CVS access (c-shells csh or tcsh):

    setenv CVSROOT :pserver:anonymous@cvs.openmash.org:/usr/mash/src/repository

    cvs login

    cvs checkout mash-code

No password is needed.



Read/Write CVS Access
To obtain read/write CVS access, please fill out the CVS account request form. We gladly welcome anyone who wants to help us work on Mash.

To get a current copy of the Mash source code using your Open Mash CVS account:

    setenv CVSROOT :pserver:username@cvs.openmash.org:/usr/mash/src/repository

    cvs login

    cvs checkout mash-code



U.C. Berkeley CVS Access
To get a current copy of the Mash source code using your BMRC account:

    setenv CVSROOT username@cvs.openmash.org:/usr/mash/src/repository

    setenv CVS_RSH ssh

    cvs checkout mash-code

Home | About | Users | Developers | Status | Resources | Top of Page

Webmaster
© Copyright 1999 - 2001 by the Regents of the University of California