Merge from vendor branch TNF:
[pkgsrc.git] / devel / cvs / pkg / MESSAGE
1 =============================================================================
2 $NetBSD: MESSAGE,v 1.1 1998/08/21 19:06:52 tv Exp $
3
4     Set up the master source repository.  See the "Setting up the repository"
5     section of cvs.info for details; the one-line summary is (if you are
6     putting the repository in /src/master):
7     $ cvs -d /src/master init
8
9     Have all users of the CVS system set the CVSROOT environment
10     variable appropriately to reflect the placement of your source
11     repository.  If the above example is used, the following commands
12     can be placed in user's ~/.profile, ~/.bash_profile file; or in the
13     system-wide /etc/profile:
14
15         CVSROOT=/src/master; export CVSROOT
16
17     for sh/bash/ksh users, or place the following commands in the user's
18     ~/.login, or system-wide in the /etc/csh.login file:
19
20         setenv CVSROOT /src/master
21
22     for csh/tcsh users.  If these environment variables are not already set
23     in your current shell, set them now (or source the login script you
24     just edited).
25
26 =============================================================================