summaryrefslogtreecommitdiff
path: root/devel/scmcvs/MESSAGE
blob: 21bd874b7be84112f5b542e4d45ffa133285959a (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
27
===========================================================================
$NetBSD: MESSAGE,v 1.1 2007/05/27 09:49:50 schmonz 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).

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