Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
619484b0
Commit
619484b0
authored
27 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-11-13 09:22:46 by simonm]
add stuff about remote CVS to the cheat sheet.
parent
29f917b1
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CVS-CHEAT-SHEET
+19
-2
19 additions, 2 deletions
CVS-CHEAT-SHEET
with
19 additions
and
2 deletions
CVS-CHEAT-SHEET
+
19
−
2
View file @
619484b0
...
...
@@ -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 <username>@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:<username>@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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment