summaryrefslogtreecommitdiff
path: root/devel/cvs/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/MESSAGE')
-rw-r--r--devel/cvs/MESSAGE26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/cvs/MESSAGE b/devel/cvs/MESSAGE
new file mode 100644
index 00000000000..957c432a680
--- /dev/null
+++ b/devel/cvs/MESSAGE
@@ -0,0 +1,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).
+
+=============================================================================