Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / scmcvs / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.3 2003/07/09 17:03:27 grant 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
8         $ cvs -d /src/master init
9
10 Have all users of the CVS system set the CVSROOT environment
11 variable appropriately to reflect the placement of your source
12 repository.  If the above example is used, the following commands
13 can be placed in user's ~/.profile, ~/.bash_profile file; or in the
14 system-wide /etc/profile:
15
16         CVSROOT=/src/master; export CVSROOT
17
18 for sh/bash/ksh users, or place the following commands in the user's
19 ~/.login, or system-wide in the /etc/csh.login file:
20
21         setenv CVSROOT /src/master
22
23 for csh/tcsh users.  If these environment variables are not already set
24 in your current shell, set them now (or source the login script you
25 just edited).
26
27 ===========================================================================