summaryrefslogtreecommitdiff
path: root/devel/cvs/MESSAGE
blob: 957c432a680915b52f502906a854a08c73cec319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=============================================================================
$NetBSD: MESSAGE,v 1.1 2001/11/01 01:22:53 zuntum Exp $

    Set up the master source repository.  See the "Setting up the repository"
    section of cvs.info for details; the one-line summary is (if you are
    putting the repository in /src/master):
    $ cvs -d /src/master init

    Have all users of the CVS system set the CVSROOT environment
    variable appropriately to reflect the placement of your source
    repository.  If the above example is used, the following commands
    can be placed in user's ~/.profile, ~/.bash_profile file; or in the
    system-wide /etc/profile:

	CVSROOT=/src/master; export CVSROOT

    for sh/bash/ksh users, or place the following commands in the user's
    ~/.login, or system-wide in the /etc/csh.login file:

	setenv CVSROOT /src/master

    for csh/tcsh users.  If these environment variables are not already set
    in your current shell, set them now (or source the login script you
    just edited).

=============================================================================