From 619484b058650993ff95f95b0d8333392c0ee73a Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 13 Nov 1997 09:22:46 +0000 Subject: [PATCH] [project @ 1997-11-13 09:22:46 by simonm] add stuff about remote CVS to the cheat sheet. --- CVS-CHEAT-SHEET | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CVS-CHEAT-SHEET b/CVS-CHEAT-SHEET index 3355dde..902ccdf 100644 --- a/CVS-CHEAT-SHEET +++ b/CVS-CHEAT-SHEET @@ -22,8 +22,25 @@ not sure about feel free to bug the local CVS meister (namely Me The following guidelines should mean we don't step on each other's toes too much. Ok, here's what you do: -* Firstly, identify which areas of the source tree you'll be working - on. The directory structure looks like this: +* (only if using CVS remotely, i.e. not at Glasgow): + + To use remote CVS, you need to supply me with a username and + encrypted password. Once you've done that and the account has been + set up, you need to do: + + cvs -d @solander.dcs.gla.ac.uk:/local/fp/src/cvsroot login + + CVS will ask for a password. You only need to enter the password once, + it will be recorded in .cvspass in your home directory. + + setenv CVSROOT :pserver:@solander.dcs.gla.ac.uk:/local/fp/src/cvsroot + + The CVSROOT environment variable will be recorded in the checked-out + tree, so you don't need to set this every time either. Ignore the + instructions for setting CVSROOT below. + +* (ok, everybody now...) Firstly, identify which areas of the source + tree you'll be working on. The directory structure looks like this: fptools/ghc GHC fptools/hslibs Haskell Libraries -- 1.7.10.4